Table of Contents

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
object
UpdateRowRequest

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[]