Class TypeCodeExtensions (3.10.0)

public static class TypeCodeExtensions

Extension methods and factory methods for type codes.

Inheritance

Object > TypeCodeExtensions

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Methods

GetOriginalName(TypeCode)

public static string GetOriginalName(this TypeCode typeCode)

Returns the original name of a TypeCode, as specified in the proto file.

Parameter
NameDescription
typeCodeTypeCode

The type code to retrieve the original name of.

Returns
TypeDescription
String

The original name of the type code.

GetTypeCode(String)

public static TypeCode GetTypeCode(string originalName)

Returns a TypeCode given its original string representation.

Parameter
NameDescription
originalNameString

The original name to retrieve the type code from. Must not be null.

Returns
TypeDescription
TypeCode

The type code corresponding to the given name, or Unspecified if there is no such type code.