EntitySet<TEntity> Constructor (Action<TEntity>^, Action<TEntity>^)

 

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)

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.

.NET Framework
Available since 3.5
Windows Phone Silverlight
Available since 7.1
Return to top
Show: