Adds the specified item.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic bool Add(
	T item
)
Public Function Add ( 
	item As T
) As Boolean
Parameters
- item
 - Type: T
The item. 
Return Value
Type: 
Boolean
See Also