Click or drag to resize

IEntityViewCoreIndexOf Method

Determines the index of the entity passed in in the entity view in filtered and sorted state.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
int IndexOf(
	IEntityCore value
)

Parameters

value
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCore
The value.

Return Value

Type: Int32
See Also