EntityFieldsCoreTFieldICollectionIEntityFieldCoreRemove Method |
Removes 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>.Remove(
IEntityFieldCore item
)
Private Function Remove (
item As IEntityFieldCore
) As Boolean Implements ICollection(Of IEntityFieldCore).Remove
Parameters
- item
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The item.
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)
See Also