Click or drag to resize
IEntityCollection2IndexOf Method (IEntity2)
Returns index in the list of given IEntity2 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(
	IEntity2 entityToFind
)

Parameters

entityToFind
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 Object to check

Return Value

Type: Int32
index in list.
See Also