public sealed class Key
Immutable class that defines a key for a single row in a table or index.
Namespace
Google.Cloud.Spanner.DataAssembly
Google.Cloud.Spanner.Data.dll
Constructors
Key(Object[])
public Key(params object[] keyParts)
Creates a key consisting of the given key parts.
Parameter | |
---|---|
Name | Description |
keyParts | Object[] 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 | |
---|---|
Name | Description |
builder | SpannerConnectionStringBuilder The SpannerConnectionStringBuilder instance. |
Returns | |
---|---|
Type | Description |
String | A string that represents the current key. |