public static class TypeCodeExtensionsReference documentation and code samples for the Google Cloud Spanner v1 API class TypeCodeExtensions.
Extension methods and factory methods for type codes.
Inheritance
System.Object > TypeCodeExtensionsNamespace
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 |
TypeCodeThe 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 |
StringThe 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. |