Click or drag to resize

MapperKernelDataSourceType Property

Get the DBMSType for this mapper's data source. Normally this is the DBMSType of the mapper's DataDB, but if the mapper is using a live DataTable as its data source then DBMSType.DotNet will be returned.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected DBMSType DataSourceType { get; }

Property Value

Type: DBMSType
See Also