Click or drag to resize

MapperKernelSetDataSource Method

Set the mapper's data source.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void SetDataSource(
	string dataSourceKey
)

Parameters

dataSourceKey
Type: SystemString
The key of the datasource to use.
See Also