 | IEntityCollectionBaseIndexOf Method |
Retrieve the relative index of an entity item
Namespace:
EBP.Api.Interfaces.Entity
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxint IndexOf(
IEntity item
)
Function IndexOf (
item As IEntity
) As Integer
Parameters
- item
- Type: EBP.Api.Interfaces.EntityIEntity
Entity item to get the index
Return Value
Type:
Int32The relative index
See Also