The DenormalizedTable type exposes the following members.

Methods

  NameDescription
Public methodAddCheckConstraint
(Inherited from Table.)
Public methodAddColumn
Adds the Column to the ICollection of Columns that are part of the Table.
(Inherited from Table.)
Public methodAddIndex (Inherited from Table.)
Public methodAddUniqueKey (Inherited from Table.)
Public methodContainsColumn (Overrides Table..::..ContainsColumn(Column).)
Public methodCreateForeignKey(String, IEnumerable<(Of <<'(Column>)>>), String) (Inherited from Table.)
Public methodCreateForeignKey(String, IEnumerable<(Of <<'(Column>)>>), String, IEnumerable<(Of <<'(Column>)>>))
Create a ForeignKey for the columns in the Table.
(Inherited from Table.)
Public methodCreateForeignKeys (Overrides Table..::..CreateForeignKeys()()()().)
Public methodCreateUniqueKey (Inherited from Table.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetColumn(Int32)
Gets the Column at the specified index.
(Inherited from Table.)
Public methodGetColumn(Column) (Overrides Table..::..GetColumn(Column).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIndex
Gets the Index identified by the name.
(Inherited from Table.)
Public methodGetOrCreateIndex (Inherited from Table.)
Public methodGetOrCreateUniqueKey (Inherited from Table.)
Public methodGetQualifiedName(Dialect)
Gets the schema qualified name of the Table.
(Inherited from Table.)
Public methodGetQualifiedName(Dialect, String, String)
Gets the schema qualified name of the Table using the specified qualifier
(Inherited from Table.)
Public methodGetQuotedName()()()()
returns quoted name as it would be in the mapping file.
(Inherited from Table.)
Public methodGetQuotedName(Dialect)
Gets the name of this Table in quoted form if it is necessary.
(Inherited from Table.)
Public methodGetQuotedSchema()()()()
returns quoted name as it is in the mapping file.
(Inherited from Table.)
Public methodGetQuotedSchema(Dialect) (Inherited from Table.)
Public methodGetQuotedSchemaName
Gets the schema for this table in quoted form if it is necessary.
(Inherited from Table.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUniqueKey
Gets the UniqueKey identified by the name.
(Inherited from Table.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetIdentifierValue
Sets the Identifier of the Table.
(Inherited from Table.)
Public methodSqlAlterStrings (Inherited from Table.)
Public methodSqlCommentStrings (Inherited from Table.)
Public methodSqlCreateString
Generates the SQL string to create this Table in the database.
(Inherited from Table.)
Public methodSqlDropString
Generates the SQL string to drop this Table in the database.
(Inherited from Table.)
Public methodSqlTemporaryTableCreateString (Inherited from Table.)
Public methodToString (Inherited from Table.)
Public methodUniqueColumnString(IEnumerable)
Generates a unique string for an ICollection of Column objects.
(Inherited from Table.)
Public methodUniqueColumnString(IEnumerable, String) (Inherited from Table.)
Public methodValidateColumns (Inherited from Table.)

Extension Methods

  NameDescription
Public Extension MethodAs<(Of <<'(T>)>>) (Defined by TypeHelperExtensionMethods.)
Public Extension MethodIsBetween
Apply a "between" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(array<Object>[]()[][])Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsIn(ICollection)Overloaded.
Apply an "in" constraint to the named property Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.)
Public Extension MethodIsProxy (Defined by NHibernateProxyHelper.)
Public Extension MethodToTypeParameters (Defined by ReflectHelper.)

See Also