2 overrides of CreateCommandBuilder
System.Data.Odbc (1)
System\Data\Odbc\OdbcFactory.cs (1)
21public override DbCommandBuilder CreateCommandBuilder()
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
273public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
2 references to CreateCommandBuilder
Microsoft.Data.Analysis (1)
DataFrame.IO.cs (1)
229using var commandBuilder = factory.CreateCommandBuilder();
System.Data.Common (1)
System\Data\Common\DbProviderFactory.cs (1)
42using (DbCommandBuilder? builder = CreateCommandBuilder())