コード例 #1
0
 public GetCustomerByFirstNameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetOrderByInventoryItemId(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #3
0
 public InsertAddressCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #4
0
 public GetPersonByUserIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetInventoryItemByManufacturerCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #6
0
 public InsertUserAccessCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #7
0
 public InsertInventoryItemCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #8
0
 public InsertCustomerCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #9
0
 public GetAddressByPersonIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetCatalogItemStockCountCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public DeleteUserAccessByUsernameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #12
0
 public GetInventoryItemByManufacturerCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #13
0
 public UpdateAddressByAddressIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetOrderItemByOrderItemIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public DeleteInventoryItemByInventoryItemIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #16
0
 public GetUserAccessByUserNameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #17
0
 public GetOrderByLastName(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetCatalogItemByManufacturerCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #19
0
 public InsertOrderCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public DeleteUserAccessByUsernameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #21
0
 public GetCatalogItemStockCountCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #22
0
 public GetPersonByUserIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public InsertInventoryItemCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetCustomerByCustomerIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public InsertNotificationCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetInventoryItemByOrderIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetInventoryItemByCatalogItemIdAndInventoryItemStatusIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #28
0
 public GetCustomerByPersonIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetOrderItemByOrderItemIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #30
0
 public InsertPersonCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public UpdateOrderByOrderIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetCatalogItemByCatalogItemIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #33
0
 public InsertPersonCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetInventoryItemByInventoryItemIdAndInventoryItemStatusIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetOrderByLastName(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetInventoryItemByCatalogItemIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #37
0
 public GetOrderByOrderStatusId(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #38
0
 public GetCatalogItemByItemNameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #39
0
 public GetNotificationByJobRoleAndIsReadCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #40
0
 public InsertNotificationCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #41
0
 public GetOrdersCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetInventoryItemByOrderIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public UpdateUserAccessByUserIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #44
0
 public GetNotificationByJobRoleCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #45
0
 public GetOrdersCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public UpdatePersonByPersonIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #47
0
 public UpdateUserAccessByUserIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #48
0
 public UpdateOrderByOrderIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetOrderByOrderStatusId(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public UpdateAddressByAddressIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetCatalogItemByManufacturerCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public UpdateInventoryItemByInventoryItemIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public DeleteNotificationByNotificationIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetUserAccessByUserNameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetAddressByPersonIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #56
0
 public UpdatePersonByPersonIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public GetCustomerByFirstNameCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
 public UpdateNotificationByNotificationIdCommand(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }
コード例 #59
0
 public GetOrderByInventoryItemId(ObjectConnection objectConnection)
     : this(objectConnection.CreateCommand())
 {
 }