Method IndexOf
IndexOf(RecordView)
Retrieve the index of the entity view in the array.
Declaration
public int IndexOf(EntitiesJournaling.RecordView recordView)
Parameters
Type | Name | Description |
---|---|---|
EntitiesJournaling.RecordView | recordView |
Returns
Type | Description |
---|---|
int | The index of the entity view if found, otherwise -1. |