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

ForeignKeyConstraintCollection<(Of <(<'TObjectName, TDbType>)>)> Class

Class ForeignKeyConstraintCollection.

Namespace:  Tortuga.Chain.Metadata
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public class ForeignKeyConstraintCollection<TObjectName, TDbType> : ReadOnlyCollection<ForeignKeyConstraint<TObjectName, TDbType>>
Public Class ForeignKeyConstraintCollection(Of TObjectName, TDbType) _
	Inherits ReadOnlyCollection(Of ForeignKeyConstraint(Of TObjectName, TDbType))
generic<typename TObjectName, typename TDbType>
public ref class ForeignKeyConstraintCollection : public ReadOnlyCollection<ForeignKeyConstraint<TObjectName, TDbType>^>

Type Parameters

TObjectName
The type of the name.
TDbType
The type of the database type.

Inheritance Hierarchy


Object
  ReadOnlyCollection<(Of <(<'ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>>)>)>
    Tortuga.Chain.Metadata..::..ForeignKeyConstraintCollection<(Of <(<'TObjectName, TDbType>)>)>