C# Class Southwind.Load.NorthwindDataContext

ファイルを表示 Open project: signumsoftware/southwind Class Usage Examples

Public Methods

Method Description
NorthwindDataContext ( System connection ) : System.Data.Linq
NorthwindDataContext ( System connection, System mappingSource ) : System.Data.Linq
NorthwindDataContext ( string connection ) : System.Data.Linq
NorthwindDataContext ( string connection, System mappingSource ) : System.Data.Linq

Private Methods

Method Description
DeleteCategory ( Category instance ) : void
DeleteCustomer ( Customer instance ) : void
DeleteCustomerCustomerDemo ( CustomerCustomerDemo instance ) : void
DeleteCustomerDemographic ( CustomerDemographic instance ) : void
DeleteEmployee ( Employee instance ) : void
DeleteEmployeeTerritory ( EmployeeTerritory instance ) : void
DeleteOrder ( Order instance ) : void
DeleteOrder_Detail ( Order_Detail instance ) : void
DeleteProduct ( Product instance ) : void
DeleteRegion ( Region instance ) : void
DeleteShipper ( Shipper instance ) : void
DeleteSupplier ( Supplier instance ) : void
DeleteTerritory ( Territory instance ) : void
InsertCategory ( Category instance ) : void
InsertCustomer ( Customer instance ) : void
InsertCustomerCustomerDemo ( CustomerCustomerDemo instance ) : void
InsertCustomerDemographic ( CustomerDemographic instance ) : void
InsertEmployee ( Employee instance ) : void
InsertEmployeeTerritory ( EmployeeTerritory instance ) : void
InsertOrder ( Order instance ) : void
InsertOrder_Detail ( Order_Detail instance ) : void
InsertProduct ( Product instance ) : void
InsertRegion ( Region instance ) : void
InsertShipper ( Shipper instance ) : void
InsertSupplier ( Supplier instance ) : void
InsertTerritory ( Territory instance ) : void
OnCreated ( ) : void
UpdateCategory ( Category instance ) : void
UpdateCustomer ( Customer instance ) : void
UpdateCustomerCustomerDemo ( CustomerCustomerDemo instance ) : void
UpdateCustomerDemographic ( CustomerDemographic instance ) : void
UpdateEmployee ( Employee instance ) : void
UpdateEmployeeTerritory ( EmployeeTerritory instance ) : void
UpdateOrder ( Order instance ) : void
UpdateOrder_Detail ( Order_Detail instance ) : void
UpdateProduct ( Product instance ) : void
UpdateRegion ( Region instance ) : void
UpdateShipper ( Shipper instance ) : void
UpdateSupplier ( Supplier instance ) : void
UpdateTerritory ( Territory instance ) : void

Method Details

NorthwindDataContext() public method

public NorthwindDataContext ( System connection ) : System.Data.Linq
connection System
return System.Data.Linq

NorthwindDataContext() public method

public NorthwindDataContext ( System connection, System mappingSource ) : System.Data.Linq
connection System
mappingSource System
return System.Data.Linq

NorthwindDataContext() public method

public NorthwindDataContext ( string connection ) : System.Data.Linq
connection string
return System.Data.Linq

NorthwindDataContext() public method

public NorthwindDataContext ( string connection, System mappingSource ) : System.Data.Linq
connection string
mappingSource System
return System.Data.Linq