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

TableOrViewMetadata<(Of <(<'TObjectName, TDbType>)>)>..::..GetForeignKeys Method

Gets the indexes for this table or view.

Namespace:  Tortuga.Chain.Metadata
Assembly:  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()

Return Value

Exceptions


ExceptionCondition
[NotSupportedException]Indexes are not supported by this data source