Click or drag to resize

FieldKernelDataSourceType Property

The DBMSType of the field's data source. Normally this is the DBMSType of the 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