Share via


FilterDescriptor.Delete Method

Deletes the filter descriptor from the Business Data Catalog.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

instance.Delete()
public override void Delete()

Remarks

May throw the ConcurrencyException if the version of the object in memory is different from the version in the database (which means you are deleting something that has been updated since you obtained it from the database).

See Also

Reference

FilterDescriptor Class

FilterDescriptor Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace