Google.Cloud.Spanner.Data - Enum SpannerBatchCommandType (4.3.0)

public enum SpannerBatchCommandType

Reference documentation and code samples for the Google.Cloud.Spanner.Data enum SpannerBatchCommandType.

Indicates the type of SpannerBatchCommand that will be executed.

Namespace

GoogleCloudGoogle.Cloud.SpannerData

Assembly

Google.Cloud.Spanner.Data.dll

Fields

NameDescription
BatchDml

Represents a command containing several Dml commands that will be executed in batch mode (a single request).

None

No type specified.