IEntityCollection2IndexOf Method (IEntity2) |
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.12.0.0 (5.12.0)
Syntaxint IndexOf(
IEntity2 entityToFind
)
Function IndexOf (
entityToFind As IEntity2
) As Integer
Parameters
- entityToFind
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 Object to check
Return Value
Type:
Int32index in list.
See Also