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 | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() ![]() | 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
|
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() | 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
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() ![]() | GetUserView |
Generates the code for the User view
|
![]() ![]() | IsColumnExcluded |
Returns true if the column is excluded.
|
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
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.) |
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