[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSqlResultValue\u003c/code\u003e class represents a single value within a row from a SQL result in the AlloyDB v1alpha API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for functionality within the Google Protobuf library.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSqlResultValue\u003c/code\u003e has properties, \u003ccode\u003eNullValue\u003c/code\u003e and \u003ccode\u003eValue\u003c/code\u003e, to handle and represent both null and string values of the result cell.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors to create new \u003ccode\u003eSqlResultValue\u003c/code\u003e instances, either empty or by copying an existing instance.\u003c/p\u003e\n"],["\u003cp\u003eIt is located within the \u003ccode\u003eGoogle.Cloud.AlloyDb.V1Alpha\u003c/code\u003e namespace, and its latest version is 1.0.0-alpha10, with a prior version 1.0.0-alpha09 also available.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1alpha API - Class SqlResultValue (1.0.0-alpha12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-alpha12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.SqlResultValue)\n- [1.0.0-alpha11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/1.0.0-alpha11/Google.Cloud.AlloyDb.V1Alpha.SqlResultValue) \n\n public sealed class SqlResultValue : IMessage\u003cSqlResultValue\u003e, IEquatable\u003cSqlResultValue\u003e, IDeepCloneable\u003cSqlResultValue\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the AlloyDB v1alpha API class SqlResultValue.\n\nA single value in a row from a sql result. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SqlResultValue \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SqlResultValue](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.SqlResultValue), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SqlResultValue](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.SqlResultValue), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SqlResultValue](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.SqlResultValue), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AlloyDb.V1Alpha](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Alpha.dll\n\nConstructors\n------------\n\n### SqlResultValue()\n\n public SqlResultValue()\n\n### SqlResultValue(SqlResultValue)\n\n public SqlResultValue(SqlResultValue other)\n\nProperties\n----------\n\n### HasNullValue\n\n public bool HasNullValue { get; }\n\nGets whether the \"null_value\" field is set\n\n### HasValue\n\n public bool HasValue { get; }\n\nGets whether the \"value\" field is set\n\n### NullValue\n\n public bool NullValue { get; set; }\n\nSet to true if cell value is null.\n\n### Value\n\n public string Value { get; set; }\n\nThe cell value represented in string format.\nTimestamps are converted to string using RFC3339Nano format."]]