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; }
Protected ReadOnly Property DataSourceType As DBMSType
Get
Property Value
Type:
DBMSTypeSee Also