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.5.0
Syntax
C#
public static DataSourceEnumerationQuery For(
	string dataSourceName
)

Parameters

dataSourceName  String
The name of the data source

Return Value

DataSourceEnumerationQuery
A new instance of the DataSourceEnumerationQuery type
See Also