C# Класс Northwind.EntityFramework.ModelFirst.MsSql.NorthwindMsSqlContext

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект

Открытые методы

Метод Описание
AddToCategories ( Categories categories ) : void

Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCustomerDemographics ( CustomerDemographics customerDemographics ) : void

Deprecated Method for adding a new object to the CustomerDemographics EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCustomers ( Customers customers ) : void

Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToEmployees ( Employees employees ) : void

Deprecated Method for adding a new object to the Employees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToOrderDetails ( OrderDetails orderDetails ) : void

Deprecated Method for adding a new object to the OrderDetails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToOrders ( Orders orders ) : void

Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToProducts ( Products products ) : void

Deprecated Method for adding a new object to the Products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToRegions ( Regions regions ) : void

Deprecated Method for adding a new object to the Regions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToShippers ( Shippers shippers ) : void

Deprecated Method for adding a new object to the Shippers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSuppliers ( Suppliers suppliers ) : void

Deprecated Method for adding a new object to the Suppliers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToTerritories ( Territories territories ) : void

Deprecated Method for adding a new object to the Territories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

NorthwindMsSqlContext ( ) : System

Initializes a new NorthwindMsSqlContext object using the connection string found in the 'NorthwindMsSqlContext' section of the application configuration file.

NorthwindMsSqlContext ( System.Data.EntityClient.EntityConnection connection ) : System

Initialize a new NorthwindMsSqlContext object.

NorthwindMsSqlContext ( string connectionString ) : System

Initialize a new NorthwindMsSqlContext object.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

AddToCategories() публичный Метод

Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCategories ( Categories categories ) : void
categories Categories
Результат void

AddToCustomerDemographics() публичный Метод

Deprecated Method for adding a new object to the CustomerDemographics EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomerDemographics ( CustomerDemographics customerDemographics ) : void
customerDemographics CustomerDemographics
Результат void

AddToCustomers() публичный Метод

Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomers ( Customers customers ) : void
customers Customers
Результат void

AddToEmployees() публичный Метод

Deprecated Method for adding a new object to the Employees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToEmployees ( Employees employees ) : void
employees Employees
Результат void

AddToOrderDetails() публичный Метод

Deprecated Method for adding a new object to the OrderDetails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrderDetails ( OrderDetails orderDetails ) : void
orderDetails OrderDetails
Результат void

AddToOrders() публичный Метод

Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrders ( Orders orders ) : void
orders Orders
Результат void

AddToProducts() публичный Метод

Deprecated Method for adding a new object to the Products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProducts ( Products products ) : void
products Products
Результат void

AddToRegions() публичный Метод

Deprecated Method for adding a new object to the Regions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRegions ( Regions regions ) : void
regions Regions
Результат void

AddToShippers() публичный Метод

Deprecated Method for adding a new object to the Shippers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToShippers ( Shippers shippers ) : void
shippers Shippers
Результат void

AddToSuppliers() публичный Метод

Deprecated Method for adding a new object to the Suppliers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSuppliers ( Suppliers suppliers ) : void
suppliers Suppliers
Результат void

AddToTerritories() публичный Метод

Deprecated Method for adding a new object to the Territories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToTerritories ( Territories territories ) : void
territories Territories
Результат void

NorthwindMsSqlContext() публичный Метод

Initializes a new NorthwindMsSqlContext object using the connection string found in the 'NorthwindMsSqlContext' section of the application configuration file.
public NorthwindMsSqlContext ( ) : System
Результат System

NorthwindMsSqlContext() публичный Метод

Initialize a new NorthwindMsSqlContext object.
public NorthwindMsSqlContext ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Результат System

NorthwindMsSqlContext() публичный Метод

Initialize a new NorthwindMsSqlContext object.
public NorthwindMsSqlContext ( string connectionString ) : System
connectionString string
Результат System