3 references to SqlCommandBuilder
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlClientFactory.cs (1)
36return new SqlCommandBuilder();
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
32public SqlCommandBuilder(SqlDataAdapter adapter) : this() {
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
16private static SqlCommandBuilder builder = new SqlCommandBuilder();