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)
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
See Also