IEntityCollectionContains Method (IEntity) |
Returns true if the list contains the given IEntity Object
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax bool Contains(
IEntity entityToFind
)
Function Contains (
entityToFind As IEntity
) As Boolean
Parameters
- entityToFind
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity object to check.
Return Value
Type:
Booleantrue if Entity exists in list.
See Also