Method | Description | |
---|---|---|
AddToTodoSet ( |
Deprecated Method for adding a new object to the TodoSet EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
TodoEntitiesContainer ( ) : System |
Initializes a new TodoEntitiesContainer object using the connection string found in the 'TodoEntitiesContainer' section of the application configuration file.
|
|
TodoEntitiesContainer ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new TodoEntitiesContainer object.
|
|
TodoEntitiesContainer ( string connectionString ) : System |
Initialize a new TodoEntitiesContainer object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public TodoEntitiesContainer ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public TodoEntitiesContainer ( string connectionString ) : System | ||
connectionString | string | |
return | System |