Active Query Builder 2 .NET Edition reference
FieldType Property (StatisticsOutputColumn)



Gets DB type for the database object field if the column is a single database object field.
Syntax
'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.
See Also

Reference

StatisticsOutputColumn Class
StatisticsOutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback