ForeignKeyConstraintCollection<(Of <(<'TObjectName, TDbType>)>)> Class
Class ForeignKeyConstraintCollection.
Namespace:
Tortuga.Chain.MetadataAssembly: 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
ReadOnlyCollection<(Of <(<'ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>>)>)>
Tortuga.Chain.Metadata..::..ForeignKeyConstraintCollection<(Of <(<'TObjectName, TDbType>)>)>