ExecuteBatchDmlRequest constructor
ExecuteBatchDmlRequest({
- RequestOptions? requestOptions,
- String? seqno,
- List<
Statement> ? statements, - TransactionSelector? transaction,
Implementation
ExecuteBatchDmlRequest({
this.requestOptions,
this.seqno,
this.statements,
this.transaction,
});