Enum SpannerBatchCommandType
Indicates the type of SpannerBatchCommand that will be executed.
Namespace: Google.Cloud.Spanner.Data
Assembly: Google.Cloud.Spanner.Data.dll
Syntax
public enum SpannerBatchCommandType
Fields
Name | Description |
---|---|
BatchDml | Represents a command containing several Dml commands that will be executed in batch mode (a single request). |
None | No type specified. |