IEntityViewContains Method |
Determines whether this entity view contains the entity passed in. This method returns false if the entity is outside the filter, but in the related
entity collection, as it's then not contained in the entity view.
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 value
)
Function Contains (
value As IEntity
) As Boolean
Parameters
- value
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
The entity to check
Return Value
Type:
BooleanTrue if the entity is present, otherwise false.
See Also