Active Query Builder 2 .NET Edition reference
AnsiQuotes Property



Instructs the component to quote identifiers with double quotes instead of back quotes.
Syntax
'Declaration
 
Public Property AnsiQuotes As System.Boolean
'Usage
 
Dim instance As MySQLSyntaxProvider
Dim value As System.Boolean
 
instance.AnsiQuotes = value
 
value = instance.AnsiQuotes
public System.bool AnsiQuotes {get; set;}
public: __property System.bool get_AnsiQuotes();
public: __property void set_AnsiQuotes( 
   System.bool value
);
See Also

Reference

MySQLSyntaxProvider Class
MySQLSyntaxProvider Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback