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)
Syntaxpublic Guid CreateDataInputRecord(
IList<Object> data
)
Public Function CreateDataInputRecord (
data As IList(Of Object)
) As Guid
public:
Guid CreateDataInputRecord(
IList<Object^>^ data
)
member CreateDataInputRecord :
data : IList<Object> -> Guid
Parameters
- data
- Type: System.Collections.GenericIListObject
The data value.
Return Value
Type:
GuidThe ID for the new data record.
Exceptions
See Also