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.
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