IEntityView2IndexOf Method |
Determines the index of the entity passed in in the entity view in filtered and sorted state.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax int IndexOf(
IEntity2 value
)
Function IndexOf (
value As IEntity2
) As Integer
Parameters
- value
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
The entity to get the index of.
Return Value
Type:
Int32Index of the entity in this entityview
See Also