Example #1
0
 internal DataReaderAttachedToConnectionStringContext(DbDataReader reader, ConnectionStringContext context)
 {
     this.reader = reader;
     this.connectionStringContext = context;
 }
 internal WrappedCommandWithContext(ConnectionStringContext context)
 {
     this.context = context;
 }