EntitySet<TEntity> Constructor (Action<TEntity>, Action<TEntity>)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Initializes a new instance of the EntitySet<TEntity> class while supplying handlers for add and remove operations.
Namespace: System.Data.Linq
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Syntax
'Declaration
Public Sub New ( _
onAdd As Action(Of TEntity), _
onRemove As Action(Of TEntity) _
)
public EntitySet(
Action<TEntity> onAdd,
Action<TEntity> onRemove
)
Parameters
- onAdd
Type: System.Action<TEntity>
Delegate for Add.
- onRemove
Type: System.Action<TEntity>
Delegate for Remove.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.