public static class TypeCodeExtensions
Reference documentation and code samples for the Google Cloud Spanner v1 API class TypeCodeExtensions.
Extension methods and factory methods for type codes.
Namespace
Google.Cloud.Spanner.V1Assembly
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 | |
---|---|
Name | Description |
typeCode |
TypeCode The type code to retrieve the original name of. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
originalName |
string The original name to retrieve the type code from. Must not be null. |
Returns | |
---|---|
Type | Description |
TypeCode |
The type code corresponding to the given name, or Unspecified if there is no such type code. |