| AbstractSqlGenerator Methods | 
The AbstractSqlGenerator type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | GetColumnList(String, String, Boolean) | 
            Generates the column list for the SQL query.
             | 
|   | GetColumnList(String, String, Boolean, String) | 
            Generates the column list for the SQL query.
             | 
|   | GetCommunityMemberView | 
            Generates the code for the Community_Member view
             | 
|  | GetPKWhereCondition | 
            Returns the where condition for given primary key (single or list separated by semicolon).
             | 
|  | GetSqlQuery | 
            Generates the given type of query for table specified by its className.
             | 
|  | GetSystemViewSqlQuery | 
            View name.
             | 
|   | GetTreeJoinedView | 
            Generates the Tree_Joined indexed view query
             | 
|   | GetUserView | 
            Generates the code for the User view
             | 
|   | IsColumnExcluded | 
            Returns true if the column is excluded.
             | 
 See Also
See Also