EntitySet<TEntity> Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EntitySet<TEntity> class.
EntitySet<TEntity>() |
Initializes a new instance of the EntitySet<TEntity> class. |
EntitySet<TEntity>(Action<TEntity>, Action<TEntity>) |
Initializes a new instance of the EntitySet<TEntity> class while supplying handlers for add and remove operations. |
Initializes a new instance of the EntitySet<TEntity> class.
public:
EntitySet();
public EntitySet();
Public Sub New ()
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Initializes a new instance of the EntitySet<TEntity> class while supplying handlers for add and remove operations.
public:
EntitySet(Action<TEntity> ^ onAdd, Action<TEntity> ^ onRemove);
public EntitySet(Action<TEntity> onAdd, Action<TEntity> onRemove);
new System.Data.Linq.EntitySet<'Entity (requires 'Entity : null)> : Action<'Entity (requires 'Entity : null)> * Action<'Entity (requires 'Entity : null)> -> System.Data.Linq.EntitySet<'Entity (requires 'Entity : null)>
Public Sub New (onAdd As Action(Of TEntity), onRemove As Action(Of TEntity))
Parameters
- onAdd
- Action<TEntity>
Delegate for Add(TEntity).
- onRemove
- Action<TEntity>
Delegate for Remove(TEntity).
Applies to
.NET Framework 4.8.1 and other versions
Product | Versions |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: