Active Query Builder 2 .NET Edition reference
ObjectNameInQuery Property



Gets the name of database object as it should be referred to qualify fields.
Syntax
'Declaration
 
Public ReadOnly Property ObjectNameInQuery As System.String
'Usage
 
Dim instance As StatisticsOutputColumn
Dim value As System.String
 
value = instance.ObjectNameInQuery
public System.string ObjectNameInQuery {get;}
public: __property System.string* get_ObjectNameInQuery();

Property Value

Returns object alias if it's not empty, otherwise returns object name.
See Also

Reference

StatisticsOutputColumn Class
StatisticsOutputColumn Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback