DatabaseMetadataCache<(Of <(<'TObjectName, TDbType>)>)>..::..GetForeignKeysForTable Method
Gets the foreign keys for a table.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public virtual ForeignKeyConstraintCollection<TObjectName, TDbType> GetForeignKeysForTable( TObjectName tableName )
Public Overridable Function GetForeignKeysForTable ( _ tableName As TObjectName _ ) As ForeignKeyConstraintCollection(Of TObjectName, TDbType)
public: virtual ForeignKeyConstraintCollection<TObjectName, TDbType>^ GetForeignKeysForTable( TObjectName tableName )
Parameters
- tableName
- Type: TObjectName
Name of the table.