FilterDescriptor.Read Method
Reads a FilterDescriptor object from the Business Data Connectivity (BDC) service store, overwriting the current value of the fields of the object with whatever was present in the metadata store.
Namespace: Microsoft.SharePoint.BusinessData.Administration.Client
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public Overrides Sub Read
'Usage
Dim instance As FilterDescriptor
instance.Read()
public override void Read()
Remarks
For example, if you change the name of a FilterDescriptor and then call Read on the FilterDescriptor, the name is reset to what is in the store.
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace