IDataInputServiceInsertStorageRecords Method (RecordContainer) |
Inserts a collection of records into 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 InsertStorageRecords(
RecordContainer recordContainer
)
Sub InsertStorageRecords (
recordContainer As RecordContainer
)
void InsertStorageRecords(
RecordContainer^ recordContainer
)
abstract InsertStorageRecords :
recordContainer : RecordContainer -> unit
Parameters
- recordContainer
- Type: Dundas.BI.Data.DataInputRecordContainer
The data input record container.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | recordContainer is . |
See Also