RecordContainerCreateDataInputRecord Method

Creates a data input record with the specified data values. The specified data values are checked for validity against the data input table schema.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public Guid CreateDataInputRecord(
	IList<Object> data
)

Parameters

data
Type: System.Collections.GenericIListObject
The data value.

Return Value

Type: Guid
The ID for the new data record.
Exceptions
ExceptionCondition
ArgumentExceptiondata is or empty or invalid.
See Also