IColumn.GetParentRelationship Method

Returns the parent relationship.

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

Syntax

'Declaration
Function GetParentRelationship As IModelReverseSingleRelationship(Of IColumn, IColumnSource)
'Usage
Dim instance As IColumn
Dim returnValue As IModelReverseSingleRelationship(Of IColumn, IColumnSource)

returnValue = instance.GetParentRelationship()
IModelReverseSingleRelationship<IColumn, IColumnSource> GetParentRelationship()
IModelReverseSingleRelationship<IColumn^, IColumnSource^>^ GetParentRelationship()
function GetParentRelationship() : IModelReverseSingleRelationship<IColumn, IColumnSource>
abstract GetParentRelationship : unit -> IModelReverseSingleRelationship<IColumn, IColumnSource> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<IColumn, IColumnSource>

.NET Framework Security

See Also

Reference

IColumn Interface

IColumn Members

Microsoft.Data.Schema.SchemaModel.Abstract Namespace