Gets DB type for the database object field if the column is a single database object field.
'Declaration
Public ReadOnly Property FieldType As System.Data.DbType
'Usage
Dim instance As StatisticsOutputColumn
Dim value As System.Data.DbType
value = instance.FieldType
public System.Data.DbType FieldType {get;}
public: __property System.Data.DbType get_FieldType();
Property Value
Returns the type of appropriate database object field. Returns DbType.Object value if a corresponding field is not found in the Metadata Container or the column is not a single database object field.