FieldKernelNativeDbType Property |
The native data type name for the field's column in the database. For example,
SQL-Server supports the following string data types: char, nchar, varchar, nvarchar,
text, and ntext.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string NativeDbType { get; set; }
Public Property NativeDbType As String
Get
Set
Property Value
Type:
StringImplements
IFieldNativeDbTypeSee Also