Click or drag to resize

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; }

Property Value

Type: String

Implements

IFieldNativeDbType
See Also