Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Data.Entity.Core.EntityClient Namespace

Entity Framework 6.0
 

The System.Data.Entity.Core.EntityClient contains classes that manages the entity client core functionality.

ClassDescription
System_CAPS_pubclassEntityCommand

Class representing a command for the conceptual layer

System_CAPS_pubclassEntityConnection

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.

System_CAPS_pubclassEntityConnectionStringBuilder

Class representing a connection string builder for the entity client provider

System_CAPS_pubclassEntityDataReader

A data reader class for the entity client provider

System_CAPS_pubclassEntityParameter

Class representing a parameter used in EntityCommand

System_CAPS_pubclassEntityParameterCollection

Class representing a parameter collection used in EntityCommand

System_CAPS_pubclassEntityProviderFactory

Class representing a provider factory for the entity client provider

System_CAPS_pubclassEntityTransaction

Class representing a transaction for the conceptual layer

Return to top
Show: