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