The TableKeySchema type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TableKeySchema(String, TableSchema, TableSchema, array<ExtendedProperty>[]()[][]) | Initializes a new instance of the TableKeySchema class |
![]() | TableKeySchema(DatabaseSchema, String, array<String>[]()[][], String, array<String>[]()[][], String) | Initializes a new instance of the TableKeySchema class |
![]() | TableKeySchema(DatabaseSchema, String, array<String>[]()[][], String, array<String>[]()[][], String, array<ExtendedProperty>[]()[][]) | Initializes a new instance of the TableKeySchema class |
![]() | TableKeySchema(DatabaseSchema, String, array<String>[]()[][], String, String, array<String>[]()[][], String, String) | Initializes a new instance of the TableKeySchema class |
![]() | TableKeySchema(DatabaseSchema, String, array<String>[]()[][], String, String, array<String>[]()[][], String, String, array<ExtendedProperty>[]()[][]) | Initializes a new instance of the TableKeySchema class |
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines if another table key is the same as this table key.
(Overrides SchemaObjectBase..::..Equals(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.) |
![]() ![]() | FormatFullName |
Formats the full name.
|
![]() | GetHashCode |
Returns a hashcode based on the database, table and name of the table key.
(Overrides SchemaObjectBase..::..GetHashCode()()()().) |
![]() | GetLoadedExtendedProperties |
Gets the existing ExtendedProperties without causing a lazy load.
(Inherited from SchemaObjectBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MarkLoaded | (Inherited from SchemaObjectBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Refresh |
Refresh this object.
(Overrides SchemaObjectBase..::..Refresh()()()().) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _database | (Inherited from SchemaObjectBase.) |
![]() | _dateCreated | (Inherited from SchemaObjectBase.) |
![]() | _defaultExtendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _extendedProperties | (Inherited from SchemaObjectBase.) |
![]() | _gotExtendedProperties | (Inherited from SchemaObjectBase.) |
Properties
Name | Description | |
---|---|---|
![]() | Database |
Allows access to the DatabaseSchema object that contains this schema object.
(Inherited from SchemaObjectBase.) |
![]() | DateCreated |
Returns the date this table was created.
(Inherited from SchemaObjectBase.) |
![]() | DeepLoad |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | Description |
The description of the object.
(Inherited from SchemaObjectBase.) |
![]() | ExtendedProperties |
Used to store any additional information about the schema object.
(Inherited from SchemaObjectBase.) |
![]() | ForeignKeyMemberColumns |
The foreign key table columns that make up this key.
|
![]() | ForeignKeyTable |
The foreign key table.
|
![]() | FullName |
Returns the owner and name of the table.
(Inherited from SchemaObjectBase.) |
![]() | IncludeFunctions |
Gets or sets a value indicating this schema object and all its children will be loaded.
(Inherited from SchemaObjectBase.) |
![]() | PrimaryKey |
The primary key for the table that this key refers to.
|
![]() | PrimaryKeyMemberColumns |
The primary key table columns that make up this key.
|
![]() | PrimaryKeyTable |
The primary key table.
|
![]() | SortName |
Gets the name used to sort in 'Table (Owner)' format.
(Inherited from SchemaObjectBase.) |