Method | Description | |
---|---|---|
AddToCategories ( |
Deprecated Method for adding a new object to the Categories EntitySet.
|
|
AddToCustomerDemographics ( |
Deprecated Method for adding a new object to the CustomerDemographics EntitySet.
|
|
AddToCustomers ( |
Deprecated Method for adding a new object to the Customers EntitySet.
|
|
AddToEmployees ( |
Deprecated Method for adding a new object to the Employees EntitySet.
|
|
AddToOrderDetails ( |
Deprecated Method for adding a new object to the OrderDetails EntitySet.
|
|
AddToOrders ( |
Deprecated Method for adding a new object to the Orders EntitySet.
|
|
AddToProducts ( |
Deprecated Method for adding a new object to the Products EntitySet.
|
|
AddToRegions ( |
Deprecated Method for adding a new object to the Regions EntitySet.
|
|
AddToShippers ( |
Deprecated Method for adding a new object to the Shippers EntitySet.
|
|
AddToSuppliers ( |
Deprecated Method for adding a new object to the Suppliers EntitySet.
|
|
AddToTerritories ( |
Deprecated Method for adding a new object to the Territories EntitySet.
|
|
NorthwindOracleContext ( ) : System |
Initialize a new NorthwindOracleContext object.
|
|
NorthwindOracleContext ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new NorthwindOracleContext object.
|
|
NorthwindOracleContext ( string connectionString ) : System |
Initializes a new NorthwindOracleContext object using the connection string found in the 'NorthwindOracleContext' section of the application configuration file.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToCategories ( |
||
categories | ||
return | void |
public AddToCustomerDemographics ( |
||
customerDemographics | ||
return | void |
public AddToCustomers ( |
||
customers | ||
return | void |
public AddToEmployees ( |
||
employees | ||
return | void |
public AddToOrderDetails ( |
||
orderDetails | ||
return | void |
public AddToProducts ( |
||
products | ||
return | void |
public AddToRegions ( |
||
regions | ||
return | void |
public AddToShippers ( |
||
shippers | ||
return | void |
public AddToSuppliers ( |
||
suppliers | ||
return | void |
public AddToTerritories ( |
||
territories | ||
return | void |
public NorthwindOracleContext ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public NorthwindOracleContext ( string connectionString ) : System | ||
connectionString | string | |
return | System |