Active Query Builder 2 .NET Edition reference
KeywordFormat Property



Determines keywords format in the generated SQL query text.
Syntax
'Declaration
 
Public Property KeywordFormat As KeywordFormat
'Usage
 
Dim instance As BaseSQLBuilder
Dim value As KeywordFormat
 
instance.KeywordFormat = value
 
value = instance.KeywordFormat
public KeywordFormat KeywordFormat {get; set;}
public: __property KeywordFormat get_KeywordFormat();
public: __property void set_KeywordFormat( 
   KeywordFormat value
);
See Also

Reference

BaseSQLBuilder Class
BaseSQLBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback