The AbstractSqlGenerator type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
AbstractSqlGenerator |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
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
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
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
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserView |
Generates the code for the User view
| |
IsColumnExcluded |
Returns true if the column is excluded.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Fields
Name | Description | |
---|---|---|
mExcludeColumns |
Excluded columns of the document which are not included into the queries.
|
Properties
Name | Description | |
---|---|---|
ExcludeColumns |
Gets or sets the excluded columns of the document which are not included into the queries.
| |
GenerateWithExpand |
Gets or sets whether With (EXPAND) should be generated in views.
|
See Also