Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the reverse multi relationship.
Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelReverseMultiRelationship(Of TRelating As {Class, IModelElement}, TRelated As {Class, IModelElement}) _
    Inherits IModelRelationship(Of TRelating, TRelated), IModelEntity
'Usage
Dim instance As IModelReverseMultiRelationship(Of TRelating, TRelated)
public interface IModelReverseMultiRelationship<TRelating, TRelated> : 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 IModelReverseMultiRelationship : IModelRelationship<TRelating, TRelated>, 
    IModelEntity
JScript does not support generic types or methods.
Type Parameters
- TRelating
- TRelated