메소드 | 설명 | |
---|---|---|
AddToCategories ( |
Deprecated Method for adding a new object to the Categories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCustomerDemographics ( |
Deprecated Method for adding a new object to the CustomerDemographics EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCustomers ( |
Deprecated Method for adding a new object to the Customers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToEmployees ( |
Deprecated Method for adding a new object to the Employees EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToOrderDetails ( |
Deprecated Method for adding a new object to the OrderDetails EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToOrders ( |
Deprecated Method for adding a new object to the Orders 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.
|
|
AddToRegions ( |
Deprecated Method for adding a new object to the Regions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToShippers ( |
Deprecated Method for adding a new object to the Shippers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSuppliers ( |
Deprecated Method for adding a new object to the Suppliers EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToTerritories ( |
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 |
public AddToCategories ( |
||
categories | ||
리턴 | void |
public AddToCustomerDemographics ( |
||
customerDemographics | ||
리턴 | void |
public AddToCustomers ( |
||
customers | ||
리턴 | void |
public AddToEmployees ( |
||
employees | ||
리턴 | void |
public AddToOrderDetails ( |
||
orderDetails | ||
리턴 | void |
public AddToSuppliers ( |
||
suppliers | ||
리턴 | void |
public AddToTerritories ( |
||
territories | ||
리턴 | void |
public NorthwindMsSqlContext ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
리턴 | System |
public NorthwindMsSqlContext ( string connectionString ) : System | ||
connectionString | string | |
리턴 | System |