Click or drag to resize

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)
Syntax
void ICollection<IEntityFieldCore>.Add(
	IEntityFieldCore item
)

Parameters

item
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The item.

Implements

ICollectionTAdd(T)
See Also