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