DbSet Properties
Entity Framework 5.0
The DbSet type exposes the following members.
| Name | Description | |
|---|---|---|
|
ElementType | The IQueryable element type. (Inherited from DbQuery.) |
|
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. |
| Name | Description | |
|---|---|---|
|
IListSource::ContainsListCollection | Returns false. (Inherited from DbQuery.) |
|
IQueryable::Expression | The IQueryable LINQ Expression. (Inherited from DbQuery.) |
|
IQueryable::Provider | The IQueryable provider. (Inherited from DbQuery.) |
Show: