Share via


IModelRelationship<TRelating, TRelated> Interface

Used to get both sides of a relationship.

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

Syntax

'Declaration
Public Interface IModelRelationship(Of TRelating As {Class, IModelElement}, TRelated As {Class, IModelElement}) _
    Inherits IModelEntity
'Usage
Dim instance As IModelRelationship(Of TRelating, TRelated)
public interface IModelRelationship<TRelating, TRelated> : IModelEntity 
where TRelating : class, IModelElement 
where TRelated : class, IModelElement
generic<typename TRelating, typename TRelated>
where TRelating : ref class, IModelElement 
where TRelated : ref class, IModelElement 
public interface class IModelRelationship : IModelEntity
JScript does not support generic types or methods.

Type Parameters

  • TRelating
  • TRelated

See Also

Reference

IModelRelationship<TRelating, TRelated> Members

Microsoft.Data.Schema.SchemaModel Namespace