AssociationGroup.ReadCommon Method
Reads this AssociationGroup object from the database and refreshes its contents.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Protected Overrides Sub ReadCommon ( _
metadataObjectStruct As MetadataObjectStruct _
)
'Usage
Dim metadataObjectStruct As MetadataObjectStruct
Me.ReadCommon(metadataObjectStruct)
protected override void ReadCommon(
MetadataObjectStruct metadataObjectStruct
)
Parameters
metadataObjectStruct
Type: Microsoft.SharePoint.BusinessData.Administration.Client.MetadataObjectStructThe metadataObjectStruct object.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace