Active Query Builder 2 .NET Edition reference
ExtractPrefix Method



Extracts (removes and returns) an identifier from the left side of the qualified name.
Syntax
'Declaration
 
Public Function ExtractPrefix() As AstToken
'Usage
 
Dim instance As SQLQualifiedName
Dim value As AstToken
 
value = instance.ExtractPrefix()
public AstToken ExtractPrefix()
public: AstToken* ExtractPrefix(); 

Return Value

Returns AST token identifier from the left side of the qualified name.
See Also

Reference

SQLQualifiedName Class
SQLQualifiedName Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback