EntitySet<TEntity> Constructor

 

Initializes a new instance of the EntitySet<TEntity> class.

Namespace:   System.Data.Linq
Assembly:  System.Data.Linq (in System.Data.Linq.dll)

NameDescription
System_CAPS_pubmethodEntitySet<TEntity>()

Initializes a new instance of the EntitySet<TEntity> class.

System_CAPS_pubmethodEntitySet<TEntity>(Action<TEntity>, Action<TEntity>)

Initializes a new instance of the EntitySet<TEntity> class while supplying handlers for add and remove operations.

Return to top
Show: