EntitySet<TEntity> Constructor (Action<TEntity>, Action<TEntity>)
.NET Framework (current version)
Initializes a new instance of the EntitySet<TEntity> class while supplying handlers for add and remove operations.
Assembly: System.Data.Linq (in System.Data.Linq.dll)
Parameters
- onAdd
-
Type:
System.Action<TEntity>
Delegate for Add.
- onRemove
-
Type:
System.Action<TEntity>
Delegate for Remove.
.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Show: