Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace
Tortuga.Chain.SqlServer Namespace

SqlServerMetadataCache..::..GetForeignKeysForTable Method

Gets the foreign keys for a table.

Namespace:  Tortuga.Chain.SqlServer
Assembly:  Tortuga.Chain.SqlServer.MDS (in Tortuga.Chain.SqlServer.MDS.dll)

Syntax


Parameters

tableName
Type: Tortuga.Chain.SqlServer..::..SqlServerObjectName
Name of the table.

Return Value

ForeignKeyConstraintCollection<MySqlObjectName, MySqlDbType>.

Remarks


This should be read from a TableOrViewMetadata object. Do not call this method directly.