The field's column's data type in the underlying database as mapped to
OleDbType.
The OleDbType is used to determine the way the column can be set, read, filtered
and sorted. For example, the SQL-Server text and ntext data types are mapped to
the corresponding
LongVarChar and
LongVarWChar, respectively
and in SQL-Server have limited filtering capability and cannot be used to sort.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxOleDbType OleDbType { get; set; }
Property OleDbType As OleDbType
Get
Set
Property Value
Type:
OleDbType
See Also