TableOrViewMetadata<(Of <(<'TObjectName, TDbType>)>)>..::..GetForeignKeys Method
Gets the indexes for this table or view.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public ForeignKeyConstraintCollection<TObjectName, TDbType> GetForeignKeys()
Public Function GetForeignKeys As ForeignKeyConstraintCollection(Of TObjectName, TDbType)
public: ForeignKeyConstraintCollection<TObjectName, TDbType>^ GetForeignKeys()