IMemberProviderTRecord, TFieldEnum, TFilterRuleImportRecord Method

Imports a record to the underlying storage mechanism.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
bool ImportRecord(
	TRecord record
)

Parameters

record
Type: TRecord
The record to be imported.

Return Value

Type: Boolean
if a new record was imported; otherwise .
Exceptions
ExceptionCondition
DuplicateItemExceptionA record with the specified name already exists.
NotSupportedExceptionThe operation is not supported.
Remarks
If the record exists, the record should be updated; otherwise, the record should be added with the ID being preserved.
See Also