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 single relationship.
Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Interface IModelReverseSingleRelationship(Of TRelating As {Class, IModelElement}, TRelated As {Class, IModelElement}) _
    Inherits IModelRelationship(Of TRelating, TRelated), IModelEntity
'Usage
Dim instance As IModelReverseSingleRelationship(Of TRelating, TRelated)
public interface IModelReverseSingleRelationship<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 IModelReverseSingleRelationship : IModelRelationship<TRelating, TRelated>, 
    IModelEntity
JScript does not support generic types or methods.
Type Parameters
- TRelating
- TRelated
See Also
Reference
IModelReverseSingleRelationship<TRelating, TRelated> Members