[[["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\u003e\u003ccode\u003eSqlResultValue\u003c/code\u003e is a class within the Google Cloud AlloyDB v1beta API, representing a single value in a row from an SQL result.\u003c/p\u003e\n"],["\u003cp\u003eIt 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, indicating its role in data handling and serialization within the API.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be constructed either with no parameters or by cloning another \u003ccode\u003eSqlResultValue\u003c/code\u003e object, providing flexibility in object creation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSqlResultValue\u003c/code\u003e objects can be checked for \u003ccode\u003eHasNullValue\u003c/code\u003e and \u003ccode\u003eHasValue\u003c/code\u003e in order to determine whether the value is null or if a value has been set.\u003c/p\u003e\n"],["\u003cp\u003eIt has a string \u003ccode\u003eValue\u003c/code\u003e property which represents the cell value, with timestamps formatted in RFC3339Nano.\u003c/p\u003e\n"]]],[],null,["# AlloyDB v1beta API - Class SqlResultValue (1.0.0-beta12)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta12 (latest)](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.SqlResultValue)\n- [1.0.0-beta11](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/1.0.0-beta11/Google.Cloud.AlloyDb.V1Beta.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 v1beta 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.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.SqlResultValue), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SqlResultValue](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.SqlResultValue), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SqlResultValue](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta.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.V1Beta](/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Beta/latest/Google.Cloud.AlloyDb.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.AlloyDb.V1Beta.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."]]