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

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

Initializes a new instance of the class that is a read-only wrapper around the specified list.

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

Syntax


public ForeignKeyConstraintCollection(
	IList<ForeignKeyConstraint<TObjectName, TDbType>> list
)
Public Sub New ( _
	list As IList(Of ForeignKeyConstraint(Of TObjectName, TDbType)) _
)
public:
ForeignKeyConstraintCollection(
	IList<ForeignKeyConstraint<TObjectName, TDbType>^>^ list
)

Parameters

list
Type: IList<(Of <(<'ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>>)>)>
The list to wrap.