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