Share via


FilterDescriptor.Read Method

Reads a filter descriptor object from the Business Data Catalog database. 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 whatever is in the database.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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.Office.Server.ApplicationRegistry.Administration Namespace