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