System.Data.Entity.Core.EntityClient Namespace
The System.Data.Entity.Core.EntityClient contains classes that manages the entity client core functionality.
Class | Description | |
---|---|---|
![]() | EntityCommand | Class representing a command for the conceptual layer |
![]() | EntityConnection | Class representing a connection for the conceptual layer. An entity connection may only be initialized once (by opening the connection). It is subsequently not possible to change the connection string, attach a new store connection, or change the store connection string. |
![]() | EntityConnectionStringBuilder | Class representing a connection string builder for the entity client provider |
![]() | EntityDataReader | A data reader class for the entity client provider |
![]() | EntityParameter | Class representing a parameter used in EntityCommand |
![]() | EntityParameterCollection | Class representing a parameter collection used in EntityCommand |
![]() | EntityProviderFactory | Class representing a provider factory for the entity client provider |
![]() | EntityTransaction | Class representing a transaction for the conceptual layer |