Google Cloud Spanner v1 API - Class ExecuteHelper (5.0.0-beta01)

public static class ExecuteHelper

Reference documentation and code samples for the Google Cloud Spanner v1 API class ExecuteHelper.

Helper class to wrap operations.

Inheritance

object > ExecuteHelper

Namespace

Google.Cloud.Spanner.V1.Internal

Assembly

Google.Cloud.Spanner.V1.dll

Methods

IsSessionExpiredError(RpcException)

public static bool IsSessionExpiredError(this RpcException rpcException)

Determines whether rpcException is due to a session expiry.

Parameter
NameDescription
rpcExceptionRpcException
Returns
TypeDescription
bool