public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class GqlQueryParameter.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `GqlQueryParameter` class within the Google Cloud Datastore v1 API, specifically for version 4.13.0 of the .NET library."],["`GqlQueryParameter` is a class used for binding parameters in GQL (Graph Query Language) queries, which is a language used in the Google Cloud Datastore."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and deep object copying."],["The `GqlQueryParameter` class includes properties for setting a query `Cursor` and a generic `Value` parameter, as well as methods that allows to determine if the `Cursor` is set."],["The document lists available versions of the `GqlQueryParameter`, spanning from the latest 4.15.0 to version 3.2.0, which can be used for version-specific implementations."]]],[]]