2 instantiations of SqlCommandBuilder
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlClientFactory.cs (1)
36
return new
SqlCommandBuilder
();
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
16
private static SqlCommandBuilder builder = new
SqlCommandBuilder
();
1 reference to SqlCommandBuilder
System.Data.Linq (1)
SqlClient\Query\SqlIdentifier.cs (1)
16
private static
SqlCommandBuilder
builder = new SqlCommandBuilder();