Entity.GetAssociationView Method
Gets the view of the specified association. It represents the fields that would be present in the entity instances returned if the association was executed.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetAssociationView ( _
association As Association _
) As View
'Usage
Dim instance As Entity
Dim association As Association
Dim returnValue As View
returnValue = instance.GetAssociationView(association)
public View GetAssociationView(
Association association
)
Parameters
- association
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Association
An Association object.
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.View
A View object.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace