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



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

Parameters

prefix
Identifier string 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