EntityFieldsCoreTFieldAdd Method  | 
 
            Adds an item to the 
IList.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic int Add(
	Object value
)
Public Function Add ( 
	value As Object
) As Integer
Parameters
- value
 - Type: SystemObject
The Object to add to the IList. 
Return Value
Type: 
Int32
            The position into which the new element was inserted.
            
Implements
IListAdd(Object)
Exceptions
See Also