AbstractSqlGenerator MembersKentico 8.0 API Reference
The AbstractSqlGenerator type exposes the following members.
Constructors

  NameDescription
Protected methodAbstractSqlGenerator
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetColumnList(String, String, Boolean)
Generates the column list for the SQL query.
Public methodStatic memberGetColumnList(String, String, Boolean, String)
Generates the column list for the SQL query.
Protected methodStatic memberGetCommunityMemberView
Generates the code for the Community_Member view
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPKWhereCondition
Returns the where condition for given primary key (single or list separated by semicolon).
Public methodGetSqlQuery
Generates the given type of query for table specified by its className.
Public methodGetSystemViewSqlQuery
View name.
Protected methodStatic memberGetTreeJoinedBaseView
Generates the Tree_Joined view query joined on the given NodeID column
Protected methodStatic memberGetTreeJoinedVersionsView
Generates the code for Tree_Joined_Versions view
Protected methodStatic memberGetTreeJoinedView
Generates the query for the Tree_Joined view
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodStatic memberGetUserView
Generates the code for the User view
Public methodStatic memberIsColumnExcluded
Returns true if the column is excluded.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Protected fieldStatic membermExcludeColumns
Excluded columns of the document which are not included into the queries.
Back to Top
Properties

  NameDescription
Public propertyStatic memberExcludeColumns
Gets or sets the excluded columns of the document which are not included into the queries.
Public propertyStatic memberGenerateWithExpand
Gets or sets whether With (EXPAND) should be generated in views.
Back to Top
See Also