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



Gets DB type for the database object field.
Syntax
'Declaration
 
Public ReadOnly Property FieldType As System.Data.DbType
'Usage
 
Dim instance As StatisticsField
Dim value As System.Data.DbType
 
value = instance.FieldType
public System.Data.DbType FieldType {get;}
public: __property System.Data.DbType get_FieldType();

Property Value

Value is taken from the MetadataField.FieldType property; is set to DbType.Object if a corresponding field is not found in the Metadata Container.
See Also

Reference

StatisticsField Class
StatisticsField Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback