Click or drag to resize

DataApiLoad Method (String, String)

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

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
public DynamicDataObject Load(
	string dataSourceName,
	string id
)

Parameters

dataSourceName
Type: SystemString

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

id
Type: SystemString

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

Return Value

Type: DynamicDataObject

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

Implements

IDataApiLoad(String, String)
See Also