ISqlColumn.GetParentRelationship Method

Returns an IModelReverseSingleRelationship between this and the associated ISqlColumnSource.

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

Syntax

'Declaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of ISqlColumn, ISqlColumnSource)
IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<ISqlColumn^, ISqlColumnSource^>^ GetParentRelationship()
abstract GetParentRelationship : unit -> IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource> 
function GetParentRelationship() : IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<ISqlColumn, ISqlColumnSource>

.NET Framework Security

See Also

Reference

ISqlColumn Interface

GetParentRelationship Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace