Active Query Builder 2 .NET Edition reference
IdentCaseSens Property (SQL2003SyntaxProvider)



Defines the way database server treats quoted and unquoted identifiers.
Syntax
public override IdentCaseSensitivity IdentCaseSens {get; set;}
public: __property IdentCaseSensitivity get_IdentCaseSens() override;
public: __property void set_IdentCaseSens( 
   IdentCaseSensitivity value
) override;
'Declaration
 
Public Overrides Property IdentCaseSens As IdentCaseSensitivity
 
'Usage
 
Dim instance As SQL2003SyntaxProvider
Dim value As IdentCaseSensitivity
 
instance.IdentCaseSens = value
 
value = instance.IdentCaseSens
See Also

Reference

SQL2003SyntaxProvider Class
SQL2003SyntaxProvider Members
Base Implementation in IdentCaseSens

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback