Language Reference Guide : 4. System Classes : QueryCol Class : DBIdentifier Method
 
Share this page                  
DBIdentifier Method
The DBIdentifier method returns a string containing the column name portion of the column specifier within its associated query object.
This method has the following syntax:
varchar(256) = QueryCol.DBIdentifier()
The method should not be used unless the column is actually associated with a query object. It is the correct way to specify the column name when constructing clauses for the query represented by the query object.