EntitySet<TEntity>.IList.Add Method
Not implemented. Use Add(TEntity).
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Private Function Add ( _
value As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As EntitySet
Dim value As Object
Dim returnValue As Integer
returnValue = CType(instance, IList).Add(value)
intIList.Add(
Object value
)
Parameters
- value
Type: System.Object
Return Value
Type: System.Int32
Implements
Exceptions
Exception | Condition |
---|---|
NotImplementedException | This method is called. |
Remarks
Use Add(TEntity).