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.5.0
Syntax
C#
public IList<DataSourceField> GetSchema(
	string dataSourceName
)

Parameters

dataSourceName  String
 

Return Value

IListDataSourceField

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

Implements

IDataApiGetSchema(String)
See Also