Active Query Builder 2 .NET Edition reference
IdQuotes Property



Determines identifier quotation symbols
Syntax
'Declaration
 
Public Property IdQuotes As GenericSyntaxIdentifierQuotes
'Usage
 
Dim instance As ServerDescriptor
Dim value As GenericSyntaxIdentifierQuotes
 
instance.IdQuotes = value
 
value = instance.IdQuotes
public GenericSyntaxIdentifierQuotes IdQuotes {get; set;}
public: __property GenericSyntaxIdentifierQuotes get_IdQuotes();
public: __property void set_IdQuotes( 
   GenericSyntaxIdentifierQuotes value
);
See Also

Reference

ServerDescriptor Class
ServerDescriptor Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback