Working with EntityClient (Entity Framework Tasks)
The topics in this section show how to perform programming tasks with the EntityClient data provider.
In This Section
How to: Build an EntityConnection Connection String (Entity Framework)
How to: Execute a Query that Returns PrimitiveType Results (EntityClient)
How to: Execute a Query that Returns StructuralType Results (EntityClient)
How to: Execute a Query that Returns RefType Results (EntityClient)
How to: Execute a Query that Returns Complex Types (EntityClient)
How to: Execute a Query that Returns Nested Collections (EntityClient)
How to: Execute a Parameterized Entity SQL Query Using EntityCommand (EntityClient)
How to: Execute a Parameterized Stored Procedure Using EntityCommand (EntityClient)
How to: Navigate Relationships with Navigate Operator (EntityClient)