Click or drag to resize

DataSourceEnumerationQueryFor Method

The static For method use to create a new instance of DataSourceEnumerationQuery type.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public static DataSourceEnumerationQuery For(
	string dataSourceName
)

Parameters

dataSourceName
Type: SystemString
The name of the data source

Return Value

Type: DataSourceEnumerationQuery
A new instance of the DataSourceEnumerationQuery type
See Also