For net8.0: ```c# class DbBatchCommand { public virtual DbParameter CreateParameter() => throw new NotSupportedException(); public virtual bool CanCreateParameter => false; } ``` See https://github.com/dotnet/runtime/issues/82326