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

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

This represents a foreign key relationship between two tables.

Namespace:  Tortuga.Chain.Metadata
Assembly:  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


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