IEntityCollectionIndexOf Method (IEntity) |
Returns index in the list of given IEntity object.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxint IndexOf(
IEntity entityToFind
)
Function IndexOf (
entityToFind As IEntity
) As Integer
Parameters
- entityToFind
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity Object to check
Return Value
Type:
Int32index in list.
See Also