IDataInputServiceUpdateStorageRecords Method |
Updates multiple data records in the corresponding storage table.
Namespace:
Dundas.BI.Data.DataInput
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxvoid UpdateStorageRecords(
RecordContainer recordContainer
)
Sub UpdateStorageRecords (
recordContainer As RecordContainer
)
void UpdateStorageRecords(
RecordContainer^ recordContainer
)
abstract UpdateStorageRecords :
recordContainer : RecordContainer -> unit
Parameters
- recordContainer
- Type: Dundas.BI.Data.DataInputRecordContainer
The data input record container.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | recordContainer is . |
See Also