Method GetEntryFromReference
GetEntryFromReference(TableEntryReference)
Returns the Entry for the key id, this contains all data for the key.
Declaration
public SharedTableData.SharedTableEntry GetEntryFromReference(TableEntryReference tableEntryReference)
Parameters
Type | Name | Description |
---|---|---|
TableEntryReference | tableEntryReference | Reference to the entry. |
Returns
Type | Description |
---|---|
SharedTableData.SharedTableEntry | The found key entry or null if one can not be found. |