Метод | Описание | |
---|---|---|
AddToCategories ( |
Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToClients ( |
Deprecated Method for adding a new object to the Clients EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToInvoices ( |
Deprecated Method for adding a new object to the Invoices EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToProducts ( |
Deprecated Method for adding a new object to the Products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToProductsInInvoices ( |
Deprecated Method for adding a new object to the ProductsInInvoices 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.
|
|
StorageDBEntities ( ) : System |
Initializes a new StorageDBEntities object using the connection string found in the 'StorageDBEntities' section of the application configuration file.
|
|
StorageDBEntities ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new StorageDBEntities object.
|
|
StorageDBEntities ( string connectionString ) : System |
Initialize a new StorageDBEntities object.
|
Метод | Описание | |
---|---|---|
OnContextCreated ( ) : void |
public AddToCategories ( |
||
category | ||
Результат | void |
public AddToClients ( |
||
client | ||
Результат | void |
public AddToInvoices ( |
||
invoice | ||
Результат | void |
public AddToProducts ( |
||
product | ||
Результат | void |
public AddToProductsInInvoices ( |
||
productsInInvoice | ||
Результат | void |
public StorageDBEntities ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
Результат | System |
public StorageDBEntities ( string connectionString ) : System | ||
connectionString | string | |
Результат | System |