Ejemplo n.º 1
0
 public SqlClient(string connectionString, ISqlQueryReader reader, ISqlDataBinder mapper) : this()
 {
     this.connection = new SqlConnection(connectionString);
     this.reader     = reader;
     this.mapper     = mapper;
 }
Ejemplo n.º 2
0
 internal abstract void Initializing(ISqlDataBinder mapper);