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.MetadataAssembly: 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.