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