Property Row
Row
Gets the value of the row for the Put operation.
Declaration
public object Row { get; }
Property Value
| Type | Description |
|---|---|
| Object |
The value of the row as object. Currently, its runtime type
would only be MapValue or its subclasses.
|