Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()