ModelElement.GetReverseSingleRelationship<TFrom, TTo> Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetReverseSingleRelationship(Of TFrom As {Class, IModelElement}, TTo As {Class, IModelElement}) ( _
relationshipClass As ModelRelationshipClass _
) As IModelReverseSingleRelationship(Of TFrom, TTo)
public IModelReverseSingleRelationship<TFrom, TTo> GetReverseSingleRelationship<TFrom, TTo>(
ModelRelationshipClass relationshipClass
)
where TFrom : class, IModelElement
where TTo : class, IModelElement
public:
generic<typename TFrom, typename TTo>
where TFrom : ref class, IModelElement
where TTo : ref class, IModelElement
IModelReverseSingleRelationship<TFrom, TTo>^ GetReverseSingleRelationship(
ModelRelationshipClass^ relationshipClass
)
member GetReverseSingleRelationship :
relationshipClass:ModelRelationshipClass -> IModelReverseSingleRelationship<'TFrom, 'TTo> when 'TFrom : not struct and IModelElement when 'TTo : not struct and IModelElement
JScript does not support generic types or methods.
Type Parameters
- TFrom
- TTo
Parameters
- relationshipClass
Type: Microsoft.Data.Schema.SchemaModel.ModelRelationshipClass
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseSingleRelationship<TFrom, TTo>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.