IDataInputServiceInsertStorageRecords Method (RecordContainer, Guid) |
Inserts a collection of records into the corresponding storage table.
All records are inserted before the record with the specified ID.
Namespace:
Dundas.BI.Data.DataInput
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxvoid InsertStorageRecords(
RecordContainer recordContainer,
Guid recordId
)
Sub InsertStorageRecords (
recordContainer As RecordContainer,
recordId As Guid
)
void InsertStorageRecords(
RecordContainer^ recordContainer,
Guid recordId
)
abstract InsertStorageRecords :
recordContainer : RecordContainer *
recordId : Guid -> unit
Parameters
- recordContainer
- Type: Dundas.BI.Data.DataInputRecordContainer
The data input record container. - recordId
- Type: SystemGuid
The record ID.
Exceptions
See Also