DataType Property (Column)
In This Topic
Gets the data type of the column.
Syntax
'Declaration
Public ReadOnly Property DataType As Type
public Type DataType {get;}
Property Value
A
System.Type object representing the data type of the column.
See Also