Метод | Описание | |
---|---|---|
AddToAnimals ( |
Deprecated Method for adding a new object to the Animals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToShelters ( |
Deprecated Method for adding a new object to the Shelters EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
Model1Container ( ) : System |
Initializes a new Model1Container object using the connection string found in the 'Model1Container' section of the application configuration file.
|
|
Model1Container ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new Model1Container object.
|
|
Model1Container ( string connectionString ) : System |
Initialize a new Model1Container object.
|
Метод | Описание | |
---|---|---|
OnContextCreated ( ) : void |
public AddToAnimals ( |
||
animal | ||
Результат | void |
public AddToShelters ( |
||
shelter | ||
Результат | void |
public Model1Container ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
Результат | System |
public Model1Container ( string connectionString ) : System | ||
connectionString | string | |
Результат | System |