IModelRelationship 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 _
Inherits IModelEntity
'Usage
Dim instance As IModelRelationship
public interface IModelRelationship : IModelEntity
public interface class IModelRelationship : IModelEntity
public interface IModelRelationship extends IModelEntity
Remarks
This interface should be used by features that do not know about explicit model interfaces.