DbSet Properties

The DbSet type exposes the following members.

  Name Description
Public property ElementType The IQueryable element type. (Inherited from DbQuery.)
Public property Local Returns ObservableCollection<T> that represents entities of the set that are currently being tracked by the context and have not been marked as Deleted. Accessing the Local property never causes a query to be sent to the database. This property is usually used after a query has already been executed.
Top

  Name Description
Explicit interface implemetation Private property IListSource::ContainsListCollection Returns false. (Inherited from DbQuery.)
Explicit interface implemetation Private property IQueryable::Expression The IQueryable LINQ Expression. (Inherited from DbQuery.)
Explicit interface implemetation Private property IQueryable::Provider The IQueryable provider. (Inherited from DbQuery.)
Top
Show: