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



Gets the reference to the MetadataField object that corresponds to the database object field.
Syntax
public MetadataField MetadataField {get;}
public: __property MetadataField* get_MetadataField();
'Declaration
 
Public ReadOnly Property MetadataField As MetadataField
 
'Usage
 
Dim instance As StatisticsOutputColumn
Dim value As MetadataField
 
value = instance.MetadataField
Remarks
Can be null 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