EntityFieldsCoreTFieldICollectionIEntityFieldCoreAdd Method |
Adds 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)
Syntaxvoid ICollection<IEntityFieldCore>.Add(
IEntityFieldCore item
)
Private Sub Add (
item As IEntityFieldCore
) Implements ICollection(Of IEntityFieldCore).Add
Parameters
- item
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The item.
Implements
ICollectionTAdd(T)
See Also