EntityViewBaseTEntityIndexOf 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.12.0.0 (5.12.0)
Syntaxpublic int IndexOf(
	TEntity value
)
Public Function IndexOf ( 
	value As TEntity
) As Integer
Parameters
- value
 - Type: TEntity
The value. 
Return Value
Type: 
Int32
See Also