AValue..::..ElementAt Method
Returns the AValue element at a specified index in a sequence.
Namespace:
Aerospike.Database.LINQPadDriver.ExtensionsAssembly: Aerospike.Database.LINQPadDriver (in Aerospike.Database.LINQPadDriver.dll)
Syntax
Parameters
- index
- Type: Int32
The zero-based index of the element to retrieve.
Return Value
AValue.Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is less than 0 or greater than or equal to the number of elements in source. |
InvalidOperationException | AValue is not a CDT |