C# 클래스 WijmoMVC.Models.NorthwindEntities

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

공개 메소드들

메소드 설명
AddToAlphabetical_list_of_products ( Alphabetical_list_of_products alphabetical_list_of_products ) : void

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

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.

AddToCategory_Sales_for_1997 ( Category_Sales_for_1997 category_Sales_for_1997 ) : void

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

AddToCurrent_Product_List ( Current_Product_List current_Product_List ) : void

Deprecated Method for adding a new object to the Current_Product_List 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.

AddToCustomer_and_Suppliers_by_City ( Customer_and_Suppliers_by_City customer_and_Suppliers_by_City ) : void

Deprecated Method for adding a new object to the Customer_and_Suppliers_by_City 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.

AddToInvoices ( Invoices invoices ) : void

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

AddToOrder_Details ( Order_Details order_Details ) : void

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

AddToOrder_Details_Extended ( Order_Details_Extended order_Details_Extended ) : void

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

AddToOrder_Subtotals ( Order_Subtotals order_Subtotals ) : void

Deprecated Method for adding a new object to the Order_Subtotals 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.

AddToOrders_Qry ( Orders_Qry orders_Qry ) : void

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

AddToProduct_Sales_for_1997 ( Product_Sales_for_1997 product_Sales_for_1997 ) : void

Deprecated Method for adding a new object to the Product_Sales_for_1997 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.

AddToProducts_Above_Average_Price ( Products_Above_Average_Price products_Above_Average_Price ) : void

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

AddToProducts_by_Category ( Products_by_Category products_by_Category ) : void

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

AddToRegion ( Region region ) : void

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

AddToSales_Totals_by_Amount ( Sales_Totals_by_Amount sales_Totals_by_Amount ) : void

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

AddToSales_by_Category ( Sales_by_Category sales_by_Category ) : void

Deprecated Method for adding a new object to the Sales_by_Category 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.

AddToSummary_of_Sales_by_Quarter ( Summary_of_Sales_by_Quarter summary_of_Sales_by_Quarter ) : void

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

AddToSummary_of_Sales_by_Year ( Summary_of_Sales_by_Year summary_of_Sales_by_Year ) : void

Deprecated Method for adding a new object to the Summary_of_Sales_by_Year 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.

NorthwindEntities ( ) : System

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

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

Initialize a new NorthwindEntities object.

NorthwindEntities ( string connectionString ) : System

Initialize a new NorthwindEntities object.

비공개 메소드들

메소드 설명
OnContextCreated ( ) : void

메소드 상세

AddToAlphabetical_list_of_products() 공개 메소드

Deprecated Method for adding a new object to the Alphabetical_list_of_products EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToAlphabetical_list_of_products ( Alphabetical_list_of_products alphabetical_list_of_products ) : void
alphabetical_list_of_products Alphabetical_list_of_products
리턴 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

AddToCategory_Sales_for_1997() 공개 메소드

Deprecated Method for adding a new object to the Category_Sales_for_1997 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCategory_Sales_for_1997 ( Category_Sales_for_1997 category_Sales_for_1997 ) : void
category_Sales_for_1997 Category_Sales_for_1997
리턴 void

AddToCurrent_Product_List() 공개 메소드

Deprecated Method for adding a new object to the Current_Product_List EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCurrent_Product_List ( Current_Product_List current_Product_List ) : void
current_Product_List Current_Product_List
리턴 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

AddToCustomer_and_Suppliers_by_City() 공개 메소드

Deprecated Method for adding a new object to the Customer_and_Suppliers_by_City EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCustomer_and_Suppliers_by_City ( Customer_and_Suppliers_by_City customer_and_Suppliers_by_City ) : void
customer_and_Suppliers_by_City Customer_and_Suppliers_by_City
리턴 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

AddToInvoices() 공개 메소드

Deprecated Method for adding a new object to the Invoices EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToInvoices ( Invoices invoices ) : void
invoices Invoices
리턴 void

AddToOrder_Details() 공개 메소드

Deprecated Method for adding a new object to the Order_Details EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrder_Details ( Order_Details order_Details ) : void
order_Details Order_Details
리턴 void

AddToOrder_Details_Extended() 공개 메소드

Deprecated Method for adding a new object to the Order_Details_Extended EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrder_Details_Extended ( Order_Details_Extended order_Details_Extended ) : void
order_Details_Extended Order_Details_Extended
리턴 void

AddToOrder_Subtotals() 공개 메소드

Deprecated Method for adding a new object to the Order_Subtotals EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrder_Subtotals ( Order_Subtotals order_Subtotals ) : void
order_Subtotals Order_Subtotals
리턴 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

AddToOrders_Qry() 공개 메소드

Deprecated Method for adding a new object to the Orders_Qry EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToOrders_Qry ( Orders_Qry orders_Qry ) : void
orders_Qry Orders_Qry
리턴 void

AddToProduct_Sales_for_1997() 공개 메소드

Deprecated Method for adding a new object to the Product_Sales_for_1997 EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProduct_Sales_for_1997 ( Product_Sales_for_1997 product_Sales_for_1997 ) : void
product_Sales_for_1997 Product_Sales_for_1997
리턴 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

AddToProducts_Above_Average_Price() 공개 메소드

Deprecated Method for adding a new object to the Products_Above_Average_Price EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProducts_Above_Average_Price ( Products_Above_Average_Price products_Above_Average_Price ) : void
products_Above_Average_Price Products_Above_Average_Price
리턴 void

AddToProducts_by_Category() 공개 메소드

Deprecated Method for adding a new object to the Products_by_Category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToProducts_by_Category ( Products_by_Category products_by_Category ) : void
products_by_Category Products_by_Category
리턴 void

AddToRegion() 공개 메소드

Deprecated Method for adding a new object to the Region EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToRegion ( Region region ) : void
region Region
리턴 void

AddToSales_Totals_by_Amount() 공개 메소드

Deprecated Method for adding a new object to the Sales_Totals_by_Amount EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSales_Totals_by_Amount ( Sales_Totals_by_Amount sales_Totals_by_Amount ) : void
sales_Totals_by_Amount Sales_Totals_by_Amount
리턴 void

AddToSales_by_Category() 공개 메소드

Deprecated Method for adding a new object to the Sales_by_Category EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSales_by_Category ( Sales_by_Category sales_by_Category ) : void
sales_by_Category Sales_by_Category
리턴 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

AddToSummary_of_Sales_by_Quarter() 공개 메소드

Deprecated Method for adding a new object to the Summary_of_Sales_by_Quarter EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSummary_of_Sales_by_Quarter ( Summary_of_Sales_by_Quarter summary_of_Sales_by_Quarter ) : void
summary_of_Sales_by_Quarter Summary_of_Sales_by_Quarter
리턴 void

AddToSummary_of_Sales_by_Year() 공개 메소드

Deprecated Method for adding a new object to the Summary_of_Sales_by_Year EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSummary_of_Sales_by_Year ( Summary_of_Sales_by_Year summary_of_Sales_by_Year ) : void
summary_of_Sales_by_Year Summary_of_Sales_by_Year
리턴 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

NorthwindEntities() 공개 메소드

Initializes a new NorthwindEntities object using the connection string found in the 'NorthwindEntities' section of the application configuration file.
public NorthwindEntities ( ) : System
리턴 System

NorthwindEntities() 공개 메소드

Initialize a new NorthwindEntities object.
public NorthwindEntities ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
리턴 System

NorthwindEntities() 공개 메소드

Initialize a new NorthwindEntities object.
public NorthwindEntities ( string connectionString ) : System
connectionString string
리턴 System