public CustomerSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }
Example #2
0
 public CatalogItemSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }
Example #3
0
 public ObjectSqlDataReader(ObjectCommand objectCommand)
 {
     SqlDataReader = objectCommand.ExecuteReader();
 }
Example #4
0
 public NotificationSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }
 public InventoryItemSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }
Example #6
0
 public AddressSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }
Example #7
0
 public PersonSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }
 public UserAccessSqlDataReader(ObjectCommand objectCommand)
     : this(objectCommand.ExecuteReader())
 {
 }