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