Active Query Builder 2 .NET Edition reference
AddPrefix(AstToken) Method



AST token identifier to add to the left side of the qualified name.
Adds AST token identifier to the left side of name.
Syntax
'Declaration
 
Public Overloads Sub AddPrefix( _
   ByVal prefix As AstToken _
) 
'Usage
 
Dim instance As SQLQualifiedName
Dim prefix As AstToken
 
instance.AddPrefix(prefix)
public void AddPrefix( 
   AstToken prefix
)
public: void AddPrefix( 
   AstToken* prefix
) 

Parameters

prefix
AST token identifier to add to the left side of the qualified name.
See Also

Reference

SQLQualifiedName Class
SQLQualifiedName Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback