GetNextAutoNumberValueResponse ComplexType
Contains the response from the GetNextAutoNumberValue action
Properties
The properties of a complex type contain the structured data of the type.
Name | Type | Details |
---|---|---|
NextAutoNumberValue | Edm.Int64 |
The value that will be assigned to the next record for a specified table and column based on the last autonumber used. |
Used by
The following use the GetNextAutoNumberValueResponse ComplexType.
Name | How used |
---|---|
GetNextAutoNumberValue | ReturnType |