AbstractSqlGenerator Methods |
The AbstractSqlGenerator type exposes the following members.
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.
| |
GetTreeJoinedBaseView |
Generates the Tree_Joined view query joined on the given NodeID column
| |
GetTreeJoinedVersionsView |
Generates the code for Tree_Joined_Versions view
| |
GetTreeJoinedView |
Generates the query for the Tree_Joined view
| |
GetUserView |
Generates the code for the User view
| |
IsColumnExcluded |
Returns true if the column is excluded.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |