Google.Cloud.Spanner.Data - Enum SpannerBatchCommandType (5.0.0-beta03)

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

Google.Cloud.Spanner.Data

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.