Active Query Builder 2 .NET Edition reference
AsKeywordInObjectAlias Property (SQLGenerationOptions)



Instructs the component to insert "AS" keyword between object name and its alias ("Table AS Alias") or not.
Syntax
'Declaration
 
Public Property AsKeywordInObjectAlias As SkipKeywordMode
'Usage
 
Dim instance As SQLGenerationOptions
Dim value As SkipKeywordMode
 
instance.AsKeywordInObjectAlias = value
 
value = instance.AsKeywordInObjectAlias
public SkipKeywordMode AsKeywordInObjectAlias {get; set;}
public: __property SkipKeywordMode get_AsKeywordInObjectAlias();
public: __property void set_AsKeywordInObjectAlias( 
   SkipKeywordMode value
);
See Also

Reference

SQLGenerationOptions Class
SQLGenerationOptions Members
AsKeywordInExpressionAlias Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback