ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)> Class
This represents a foreign key relationship between two tables.
Namespace:
Tortuga.Chain.MetadataAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public class ForeignKeyConstraint<TObjectName, TDbType> : ForeignKeyConstraint
Public Class ForeignKeyConstraint(Of TObjectName, TDbType) _ Inherits ForeignKeyConstraint
generic<typename TObjectName, typename TDbType> public ref class ForeignKeyConstraint : public ForeignKeyConstraint
Type Parameters
- TObjectName
- The type of the name.
- TDbType
- The database column type.
Inheritance Hierarchy
Tortuga.Chain.Metadata..::..ForeignKeyConstraint
Tortuga.Chain.Metadata..::..ForeignKeyConstraint<(Of <(<'TObjectName, TDbType>)>)>