ResultSetTResultItem Property |
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual TResult this[
ulong index
] { get; }
Public Overridable ReadOnly Default Property Item (
index As ULong
) As TResult
Get
public:
virtual property TResult default[unsigned long long index] {
TResult get (unsigned long long index);
}
abstract Item : 'TResult with get
override Item : 'TResult with get
Parameters
- index
- Type: SystemUInt64
Property Value
Type:
TResultImplements
ISelectResultsTResultItemUInt64
See Also