The DenormalizedTable type exposes the following members.

Constructors

  NameDescription
Public methodDenormalizedTable
Initializes a new instance of the DenormalizedTable class

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.)

Properties

  NameDescription
Public propertyCatalog (Inherited from Table.)
Public propertyCheckConstraintsIterator (Inherited from Table.)
Public propertyColumnIterator (Overrides Table..::..ColumnIterator.)
Public propertyColumnSpan
Gets the number of columns that this Table contains.
(Inherited from Table.)
Public propertyComment (Inherited from Table.)
Public propertyForeignKeyIterator
Gets an IEnumerable of ForeignKey objects that are part of the Table.
(Inherited from Table.)
Public propertyHasDenormalizedTables (Inherited from Table.)
Public propertyHasPrimaryKey (Inherited from Table.)
Public propertyIdentifierValue (Inherited from Table.)
Public propertyIndexIterator (Overrides Table..::..IndexIterator.)
Public propertyIsAbstract (Inherited from Table.)
Public propertyIsAbstractUnionTable (Inherited from Table.)
Public propertyIsPhysicalTable (Inherited from Table.)
Public propertyIsQuoted
Gets or sets if the column needs to be quoted in SQL statements.
(Inherited from Table.)
Public propertyIsSchemaQuoted (Inherited from Table.)
Public propertyIsSubselect (Inherited from Table.)
Public propertyName
Gets or sets the name of the Table in the database.
(Inherited from Table.)
Public propertyPrimaryKey (Overrides Table..::..PrimaryKey.)
Public propertyRowId (Inherited from Table.)
Public propertySchema
Gets or sets the schema the table is in.
(Inherited from Table.)
Public propertySchemaActions (Inherited from Table.)
Public propertySubselect (Inherited from Table.)
Public propertyUniqueInteger
Gets the unique number of the Table.
(Inherited from Table.)
Public propertyUniqueKeyIterator (Overrides Table..::..UniqueKeyIterator.)

See Also