Property GeneratedValue
GeneratedValue
Gets the value generated by the Put operation for an identity or
generated UUID column.
Declaration
public FieldValue GeneratedValue { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldValue | Generated value if available, otherwise null.
|
Remarks
This property returns the value generated if the Put operation
created a new value for an identity column or a string column
declared as generated UUID. It is available only if the table has
such column and a value was generated for that column by the Put
operation.