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 (8.0.2.1001)
Syntaxpublic void UpdateDataInputRecord(
Guid recordId,
string columnName,
Object value
)
Public Sub UpdateDataInputRecord (
recordId As Guid,
columnName As String,
value As Object
)
public:
void UpdateDataInputRecord(
Guid recordId,
String^ columnName,
Object^ value
)
member UpdateDataInputRecord :
recordId : Guid *
columnName : string *
value : Object -> unit
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| Exception | Condition |
|---|
| InvalidRecordException | The specified data is invalid. |
| ArgumentException | recordId is Empty or columnName is invalid or value is invalid for the specified column. |
See Also