EntityViewBaseTEntityContains 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.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public bool Contains(
TEntity value
)
Public Function Contains (
value As TEntity
) As Boolean
Parameters
- value
- Type: TEntity
The value.
Return Value
Type:
BooleanSee Also