IEntityCollection2Contains Method (IEntity2) |
Returns true if the list contains the given IEntity2 Object
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax bool Contains(
IEntity2 entityToFind
)
Function Contains (
entityToFind As IEntity2
) As Boolean
Parameters
- entityToFind
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 object to check.
Return Value
Type:
Booleantrue if Entity2 exists in list.
See Also