Click or drag to resize
IEntityCollectionIndexOf Method (IEntity)
Returns index in the list of given IEntity object.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
int IndexOf(
	IEntity entityToFind
)

Parameters

entityToFind
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity Object to check

Return Value

Type: Int32
index in list.
See Also