The DenormalizedTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DenormalizedTable | Initializes a new instance of the DenormalizedTable class |
Methods
Name | Description | |
---|---|---|
![]() | AddCheckConstraint | (Inherited from Table.) |
![]() | AddColumn |
Adds the Column to the ICollection of
Columns that are part of the Table.
(Inherited from Table.) |
![]() | AddIndex | (Inherited from Table.) |
![]() | AddUniqueKey | (Inherited from Table.) |
![]() | ContainsColumn | (Overrides Table..::..ContainsColumn(Column).) |
![]() | CreateForeignKey(String, IEnumerable<(Of <<'(Column>)>>), String) | (Inherited from Table.) |
![]() | CreateForeignKey(String, IEnumerable<(Of <<'(Column>)>>), String, IEnumerable<(Of <<'(Column>)>>)) |
Create a ForeignKey for the columns in the Table.
(Inherited from Table.) |
![]() | CreateForeignKeys | (Overrides Table..::..CreateForeignKeys()()()().) |
![]() | CreateUniqueKey | (Inherited from Table.) |
![]() | 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.) |
![]() | GetColumn(Int32) |
Gets the Column at the specified index.
(Inherited from Table.) |
![]() | GetColumn(Column) | (Overrides Table..::..GetColumn(Column).) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetIndex |
Gets the Index identified by the name.
(Inherited from Table.) |
![]() | GetOrCreateIndex | (Inherited from Table.) |
![]() | GetOrCreateUniqueKey | (Inherited from Table.) |
![]() | GetQualifiedName(Dialect) |
Gets the schema qualified name of the Table.
(Inherited from Table.) |
![]() | GetQualifiedName(Dialect, String, String) |
Gets the schema qualified name of the Table using the specified qualifier
(Inherited from Table.) |
![]() | GetQuotedName()()()() | returns quoted name as it would be in the mapping file. (Inherited from Table.) |
![]() | GetQuotedName(Dialect) |
Gets the name of this Table in quoted form if it is necessary.
(Inherited from Table.) |
![]() | GetQuotedSchema()()()() | returns quoted name as it is in the mapping file. (Inherited from Table.) |
![]() | GetQuotedSchema(Dialect) | (Inherited from Table.) |
![]() | GetQuotedSchemaName |
Gets the schema for this table in quoted form if it is necessary.
(Inherited from Table.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUniqueKey |
Gets the UniqueKey identified by the name.
(Inherited from Table.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetIdentifierValue |
Sets the Identifier of the Table.
(Inherited from Table.) |
![]() | SqlAlterStrings | (Inherited from Table.) |
![]() | SqlCommentStrings | (Inherited from Table.) |
![]() | SqlCreateString |
Generates the SQL string to create this Table in the database.
(Inherited from Table.) |
![]() | SqlDropString |
Generates the SQL string to drop this Table in the database.
(Inherited from Table.) |
![]() | SqlTemporaryTableCreateString | (Inherited from Table.) |
![]() | ToString | (Inherited from Table.) |
![]() | UniqueColumnString(IEnumerable) |
Generates a unique string for an ICollection of
Column objects.
(Inherited from Table.) |
![]() | UniqueColumnString(IEnumerable, String) | (Inherited from Table.) |
![]() | ValidateColumns | (Inherited from Table.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | As<(Of <<'(T>)>>) | (Defined by TypeHelperExtensionMethods.) |
![]() | IsBetween |
Apply a "between" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(array<Object>[]()[][]) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsIn(ICollection) | Overloaded.
Apply an "in" constraint to the named property
Note: throws an exception outside of a QueryOver expression
(Defined by RestrictionExtensions.) |
![]() | IsProxy | (Defined by NHibernateProxyHelper.) |
![]() | ToTypeParameters | (Defined by ReflectHelper.) |
Properties
Name | Description | |
---|---|---|
![]() | Catalog | (Inherited from Table.) |
![]() | CheckConstraintsIterator | (Inherited from Table.) |
![]() | ColumnIterator | (Overrides Table..::..ColumnIterator.) |
![]() | ColumnSpan |
Gets the number of columns that this Table contains.
(Inherited from Table.) |
![]() | Comment | (Inherited from Table.) |
![]() | ForeignKeyIterator |
Gets an IEnumerable of ForeignKey objects that
are part of the Table.
(Inherited from Table.) |
![]() | HasDenormalizedTables | (Inherited from Table.) |
![]() | HasPrimaryKey | (Inherited from Table.) |
![]() | IdentifierValue | (Inherited from Table.) |
![]() | IndexIterator | (Overrides Table..::..IndexIterator.) |
![]() | IsAbstract | (Inherited from Table.) |
![]() | IsAbstractUnionTable | (Inherited from Table.) |
![]() | IsPhysicalTable | (Inherited from Table.) |
![]() | IsQuoted |
Gets or sets if the column needs to be quoted in SQL statements.
(Inherited from Table.) |
![]() | IsSchemaQuoted | (Inherited from Table.) |
![]() | IsSubselect | (Inherited from Table.) |
![]() | Name |
Gets or sets the name of the Table in the database.
(Inherited from Table.) |
![]() | PrimaryKey | (Overrides Table..::..PrimaryKey.) |
![]() | RowId | (Inherited from Table.) |
![]() | Schema |
Gets or sets the schema the table is in.
(Inherited from Table.) |
![]() | SchemaActions | (Inherited from Table.) |
![]() | Subselect | (Inherited from Table.) |
![]() | UniqueInteger |
Gets the unique number of the Table.
(Inherited from Table.) |
![]() | UniqueKeyIterator | (Overrides Table..::..UniqueKeyIterator.) |