Click or drag to resize

CollectionCoreTIEntityCollectionCoreIndexOf Method

Returns index in the list of given entity.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
int IEntityCollectionCore.IndexOf(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
Entity to check

Return Value

Type: Int32
index in list.

Implements

IEntityCollectionCoreIndexOf(IEntityCore)
See Also