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