2 overrides of CreateCommand
System.Data.Odbc (1)
System\Data\Odbc\OdbcFactory.cs (1)
16public override DbCommand CreateCommand()
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net10.0\System.Data.OleDb.notsupported.cs (1)
272public override System.Data.Common.DbCommand CreateCommand() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }
1 reference to CreateCommand
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionHelper.cs (1)
156DbCommand command = providerFactory.CreateCommand()!;