Click or drag to resize

DataApiGetSchema Method

[Missing <summary> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.GetSchema(System.String)"]

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public IList<DataSourceField> GetSchema(
	string dataSourceName
)

Parameters

dataSourceName
Type: SystemString

[Missing <param name="dataSourceName"/> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.GetSchema(System.String)"]

Return Value

Type: IListDataSourceField

[Missing <returns> documentation for "M:Casewhere.Runtime.DSL.Api.DataApi.GetSchema(System.String)"]

Implements

IDataApiGetSchema(String)
See Also