SetAutoNumberSeed Action
Sets the initial seed value that will be used for an autonumber column.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
EntityName
|
Edm.String | False | False | The logical name of the table. |
AttributeName
|
Edm.String | False | False | The logical name of the column. |
Value
|
Edm.Int64 | False | True | The seed value to set. |