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)
Syntax
void InsertStorageRecords(
	RecordContainer recordContainer,
	Guid recordId
)

Parameters

recordContainer
Type: Dundas.BI.Data.DataInputRecordContainer
The data input record container.
recordId
Type: SystemGuid
The record ID.
Exceptions
ExceptionCondition
ArgumentNullExceptionrecordContainer is .
ArgumentExceptionrecordId is Empty.
See Also