Active Query Builder 2 .NET Edition reference
ValidIdentifier Property



Indicates if identifier is valid or not.
Syntax
'Declaration
 
Public ReadOnly Property ValidIdentifier As System.Boolean
'Usage
 
Dim instance As AstTokenIdentifier
Dim value As System.Boolean
 
value = instance.ValidIdentifier
public System.bool ValidIdentifier {get;}
public: __property System.bool get_ValidIdentifier();
Remarks
Valid identifiers do not contain special symbols like spaces, etc., thus they do not need to be quoted.
See Also

Reference

AstTokenIdentifier Class
AstTokenIdentifier Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback