Class UpdateRowRequest
- Namespace
- Datafication.Server.Core.Models
- Assembly
- Datafication.Server.Core.dll
Represents a request to update an existing row in a DataBlock.
public class UpdateRowRequest
- Inheritance
-
objectUpdateRowRequest
Properties
Values
Gets or sets the values for the updated row. The array length must match the number of columns in the DataBlock.
public object[] Values { get; set; }
Property Value
- object[]