EntityFieldsCoreTFieldICollectionIEntityFieldCoreContains Method |
Determines whether [contains] [the specified item].
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxbool ICollection<IEntityFieldCore>.Contains(
IEntityFieldCore item
)
Private Function Contains (
item As IEntityFieldCore
) As Boolean Implements ICollection(Of IEntityFieldCore).Contains
Parameters
- item
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The item.
Return Value
Type:
Booleantrue if [contains] [the specified item]; otherwise,
false.
Implements
ICollectionTContains(T)
See Also