Method LookupOrd
LookupOrd(Int64, BytesRef)
Retrieves the value for the specified ordinal.
Declaration
public abstract void LookupOrd(long ord, BytesRef result)
Parameters
Type | Name | Description |
---|---|---|
System. |
ord | ordinal to lookup |
Bytes |
result | will be populated with the ordinal's value |
See Also
NextOrd ()