Click or drag to resize

CollectionCore<T>.IEntityCollectionCore.IndexOf 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.7.0.0 (5.7.0)
Syntax
int IEntityCollectionCore.IndexOf(
	IEntityCore entity
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
Entity to check

Return Value

Type: Int32
index in list.

Implements

IEntityCollectionCore.IndexOf(IEntityCore)
See Also