Method | Description | |
---|---|---|
AddToCategories ( |
Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToItems ( Item item ) : void |
Deprecated Method for adding a new object to the Items EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToUsers ( |
Deprecated Method for adding a new object to the Users EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
TimeTrackerContainer ( ) : System |
Initializes a new TimeTrackerContainer object using the connection string found in the 'TimeTrackerContainer' section of the application configuration file.
|
|
TimeTrackerContainer ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new TimeTrackerContainer object.
|
|
TimeTrackerContainer ( string connectionString ) : System |
Initialize a new TimeTrackerContainer object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToCategories ( |
||
category | ||
return | void |
public TimeTrackerContainer ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public TimeTrackerContainer ( string connectionString ) : System | ||
connectionString | string | |
return | System |