Share via


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 database. For example, if you change the name of a FilterDescriptor and then call Read on the FilterDescriptor, the name will be reset to what is in the store.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Sub Read
'Usage
Dim instance As FilterDescriptor

instance.Read()
public override void Read()

See also

Reference

FilterDescriptor class

FilterDescriptor members

Microsoft.SharePoint.BusinessData.Administration namespace