Aracılığıyla paylaş


IAssociationGroup.IsReverse Method

Determines whether the given association is a reverse association.

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Function IsReverse ( _
    association As IAssociation _
) As Boolean
'Usage
Dim instance As IAssociationGroup
Dim association As IAssociation
Dim returnValue As Boolean

returnValue = instance.IsReverse(association)
bool IsReverse(
    IAssociation association
)

Parameters

Return Value

Type: System.Boolean
true if the association is in the group and is reverse; otherwise, false.

Remarks

Instances of objects in the Business Data Connectivity object model are tied to the Metadata Store they are obtained from. Using instances tied to one Metadata Store with the instances from another Metadata Store will cause data corruption and other unexpected behavior. For more information, see DatabaseBackedMetadataCatalog, FileBackedMetadataCatalog, and RemoteSharedFileBackedMetadataCatalog.

See Also

Reference

IAssociationGroup Interface

IAssociationGroup Members

Microsoft.BusinessData.MetadataModel Namespace