The Table type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Table()()()() |
Initializes a new instance of Table.
| |
| Table(String) | Initializes a new instance of the Table class |
Methods
| Name | Description | |
|---|---|---|
| AddCheckConstraint | ||
| AddColumn |
Adds the Column to the ICollection of
Columns that are part of the Table.
| |
| AddIndex | ||
| AddUniqueKey | ||
| ContainsColumn | ||
| CreateForeignKey(String, IEnumerable<(Of <<'(Column>)>>), String) | ||
| CreateForeignKey(String, IEnumerable<(Of <<'(Column>)>>), String, IEnumerable<(Of <<'(Column>)>>)) |
Create a ForeignKey for the columns in the Table.
| |
| CreateForeignKeys | ||
| CreateUniqueKey | ||
| 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.
| |
| GetColumn(Column) | Return the column which is identified by column provided as argument. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetIndex |
Gets the Index identified by the name.
| |
| GetOrCreateIndex | ||
| GetOrCreateUniqueKey | ||
| GetQualifiedName(Dialect) |
Gets the schema qualified name of the Table.
| |
| GetQualifiedName(Dialect, String, String) |
Gets the schema qualified name of the Table using the specified qualifier
| |
| GetQuotedName()()()() | returns quoted name as it would be in the mapping file. | |
| GetQuotedName(Dialect) |
Gets the name of this Table in quoted form if it is necessary.
| |
| GetQuotedSchema()()()() | returns quoted name as it is in the mapping file. | |
| GetQuotedSchema(Dialect) | ||
| GetQuotedSchemaName |
Gets the schema for this table in quoted form if it is necessary.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUniqueKey |
Gets the UniqueKey identified by the name.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Qualify | ||
| SetIdentifierValue |
Sets the Identifier of the Table.
| |
| SqlAlterStrings | ||
| SqlCommentStrings | ||
| SqlCreateString |
Generates the SQL string to create this Table in the database.
| |
| SqlDropString |
Generates the SQL string to drop this Table in the database.
| |
| SqlTemporaryTableCreateString | ||
| ToString | (Overrides Object..::..ToString()()()().) | |
| UniqueColumnString(IEnumerable) |
Generates a unique string for an ICollection of
Column objects.
| |
| UniqueColumnString(IEnumerable, String) | ||
| ValidateColumns |
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 | ||
| CheckConstraintsIterator | ||
| ColumnIterator |
Gets an IEnumerable of Column objects that
are part of the Table.
| |
| ColumnSpan |
Gets the number of columns that this Table contains.
| |
| Comment | ||
| ForeignKeyIterator |
Gets an IEnumerable of ForeignKey objects that
are part of the Table.
| |
| HasDenormalizedTables | ||
| HasPrimaryKey | ||
| IdentifierValue | ||
| IndexIterator |
Gets an ICollection of Index objects that
are part of the Table.
| |
| IsAbstract | ||
| IsAbstractUnionTable | ||
| IsPhysicalTable | ||
| IsQuoted |
Gets or sets if the column needs to be quoted in SQL statements.
| |
| IsSchemaQuoted | ||
| IsSubselect | ||
| Name |
Gets or sets the name of the Table in the database.
| |
| PrimaryKey |
Gets or sets the PrimaryKey of the Table.
| |
| RowId | ||
| Schema |
Gets or sets the schema the table is in.
| |
| SchemaActions | ||
| Subselect | ||
| UniqueInteger |
Gets the unique number of the Table.
| |
| UniqueKeyIterator |
Gets an IEnumerable of UniqueKey objects that
are part of the Table.
|