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)
Syntaxbool ImportRecord(
TRecord record
)
Function ImportRecord (
record As TRecord
) As Boolean
bool ImportRecord(
TRecord record
)
abstract ImportRecord :
record : 'TRecord -> bool
Parameters
- record
- Type: TRecord
The record to be imported.
Return Value
Type:
Boolean if a new record was imported; otherwise
.
Exceptions
Remarks
If the record exists, the record should be updated; otherwise, the record should be added with the ID being preserved.
See Also