IMemberProviderTRecord, TFieldEnum, TFilterRuleDeleteRecord Method

Deletes a record specified by its ID.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
void DeleteRecord(
	Guid recordId
)

Parameters

recordId
Type: SystemGuid
The record ID.
Exceptions
ExceptionCondition
NotFoundExceptionA record with the given ID does not exist.
NotSupportedExceptionThe operation is not supported.
Remarks
Note Notes to Implementers
Implementations of this method may, at the developer's option, throw any of the listed exceptions. However, the system does not rely on those exceptions being thrown in order to function properly.
See Also