RecordContainerUpdateDataInputRecord Method

Updates the record and checks if the specified data is valid.

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 void UpdateDataInputRecord(
	Guid recordId,
	string columnName,
	Object value
)

Parameters

recordId
Type: SystemGuid
The ID of the record to update.
columnName
Type: SystemString
The name of the column.
value
Type: SystemObject
The value of the column.
Exceptions
ExceptionCondition
InvalidRecordExceptionThe specified data is invalid.
ArgumentException

recordId is Empty

or columnName is invalid

or value is invalid for the specified column.

See Also