Google.Cloud.Spanner.Data - Class Key (4.2.0)

public sealed class Key

Reference documentation and code samples for the Google.Cloud.Spanner.Data class Key.

Immutable class that defines a key for a single row in a table or index.

Inheritance

Object > Key

Namespace

Google.Cloud.Spanner.Data

Assembly

Google.Cloud.Spanner.Data.dll

Constructors

Key(Object[])

public Key(params object[] keyParts)

Creates a key consisting of the given key parts.

Parameter
NameDescription
keyPartsObject[]

The values that define the key

Methods

ToString(SpannerConnectionStringBuilder)

public string ToString(SpannerConnectionStringBuilder builder)

Returns the string representation of this key using the type conversion options specified in SpannerConnectionStringBuilder. The string representation is only for diagnostic purposes and the implementation may change over time.

Parameter
NameDescription
builderSpannerConnectionStringBuilder

The SpannerConnectionStringBuilder instance.

Returns
TypeDescription
String

A string that represents the current key.