Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified entity to the EntitySet<TEntity>.
Namespace: Microsoft.SharePoint.Linq
Assembly: Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)
Syntax
'Declaration
Public Sub Add ( _
entity As TEntity _
)
'Usage
Dim instance As EntitySet
Dim entity As TEntity
instance.Add(entity)
public void Add(
TEntity entity
)
Parameters
entity
Type: TEntityThe entity that is added.