ISqlColumn.GetReferencingForeignKeyRelationship Method

Returns an IModelReverseMultiRelationship between this and the associated ISqlForeignKeyConstraint.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetReferencingForeignKeyRelationship As IModelReverseMultiRelationship(Of ISqlColumn, ISqlForeignKeyConstraint)
IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint> GetReferencingForeignKeyRelationship()
IModelReverseMultiRelationship<ISqlColumn^, ISqlForeignKeyConstraint^>^ GetReferencingForeignKeyRelationship()
abstract GetReferencingForeignKeyRelationship : unit -> IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint> 
function GetReferencingForeignKeyRelationship() : IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlForeignKeyConstraint>

.NET Framework Security

See Also

Reference

ISqlColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace