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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.