IModelReverseMultiRelationship Interface

Represents the reverse multi-relationship.

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

Syntax

'Declaration
Public Interface IModelReverseMultiRelationship _
    Inherits IModelRelationship, IModelEntity
public interface IModelReverseMultiRelationship : IModelRelationship, 
    IModelEntity
public interface class IModelReverseMultiRelationship : IModelRelationship, 
    IModelEntity
type IModelReverseMultiRelationship =  
    interface
        interface IModelRelationship
        interface IModelEntity
    end
public interface IModelReverseMultiRelationship extends IModelRelationship, IModelEntity

The IModelReverseMultiRelationship type exposes the following members.

Properties

  Name Description
Public property FromElement Gets the relating element. (Inherited from IModelRelationship.)
Public property Model Gets the model reference. (Inherited from IModelEntity.)
Public property RelationshipClass Gets the metadata class. (Inherited from IModelRelationship.)

Top

Methods

  Name Description
Public method GetReferencedElements Returns the related elements. (Inherited from IModelRelationship.)
Public method GetReferencedRelationshipEntries Returns the related relationship entries. (Inherited from IModelRelationship.)

Top

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace