Method LookupOrd
LookupOrd(Int32, BytesRef)
Retrieves the value for the specified ordinal.
Declaration
public abstract void LookupOrd(int ord, BytesRef result)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ord | ordinal to lookup (must be >= 0 and < ValueCount) |
BytesRef | result | will be populated with the ordinal's value |
See Also
GetOrd(System.Int32)