Active Query Builder 2 .NET Edition reference
AddName(String,Boolean) Method



Identifier string to add to the right side of the qualified name.
Flag to override identifier case sensitivity option of the syntax provider (IdentCaseSens) specified in the SQL context.
Adds identifier to the right side from string with the specified case sensitivity flag.
Syntax
'Declaration
 
Public Overloads Sub AddName( _
   ByVal name As System.String, _
   ByVal caseSensitive As System.Boolean _
) 
'Usage
 
Dim instance As SQLQualifiedName
Dim name As System.String
Dim caseSensitive As System.Boolean
 
instance.AddName(name, caseSensitive)
public void AddName( 
   System.string name,
   System.bool caseSensitive
)
public: void AddName( 
   System.string* name,
   System.bool caseSensitive
) 

Parameters

name
Identifier string to add to the right side of the qualified name.
caseSensitive
Flag to override identifier case sensitivity option of the syntax provider (IdentCaseSens) specified in the SQL context.
See Also

Reference

SQLQualifiedName Class
SQLQualifiedName Members
Overload List

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback