<PackageReference Include="Microsoft.Data.SqlClient" Version="7.0.0-preview2.25289.6" />

Microsoft.Data.SqlClient.SqlBatchCommand

SqlBatchCommand allows for the execution of multiple SQL commands in a SqlBatch.

Not currently implemented. The encryption setting. For more information, see Always Encrypted.

public CommandBehavior CommandBehavior { get; set; }

One of the CommandBehavior values, indicating options for statement execution and data retrieval.

Gets the SqlParameterCollection.

public SqlBatchCommand()

Initializes a new SqlBatchCommand.

public SqlBatchCommand(string commandText, CommandType commandType = 1, IEnumerable<SqlParameter> parameters = null, SqlCommandColumnEncryptionSetting columnEncryptionSetting = 0)

Initializes a new SqlBatchCommand.