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



Gets the name of database object.
Syntax
'Declaration
 
Public ReadOnly Property ObjectName As System.String
'Usage
 
Dim instance As StatisticsOutputColumn
Dim value As System.String
 
value = instance.ObjectName
public System.string ObjectName {get;}
public: __property System.string* get_ObjectName();

Property Value

Returns the name of database object if the column is a single database object field, otherwise returns empty string.
See Also

Reference

StatisticsOutputColumn Class
StatisticsOutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback