Skip to content

Implement DbBatchCommand.CreateParameter #1352

Closed
@roji

Description

@roji

For net8.0:

class DbBatchCommand
{
    public virtual DbParameter CreateParameter()
        => throw new NotSupportedException();

    public virtual bool CanCreateParameter
        => false;
}

See dotnet/runtime#82326

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions