Click or drag to resize
EntityCollectionBase2TEntityIEntityCollection2IndexOf Method
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 IEntityCollection2.IndexOf(
	IEntity2 entityToFind
)

Parameters

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

Return Value

Type: Int32
index in list.

Implements

IEntityCollection2IndexOf(IEntity2)
See Also