C# 클래스 Northwind.EntityFramework.ModelFirst.MsSql.NorthwindMsSqlContext

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: object/NorthwindOData

공개 메소드들

메소드 설명
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