.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    SqlServiceExtensions Class

    Namespace: Hazelcast.Sql
    Assembly: Hazelcast.Net.dll
    public static class SqlServiceExtensions
    Inheritance
    object
    SqlServiceExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Methods

    Name Description
    ExecuteCommandAsync(ISqlService, string, SqlStatementOptions, CancellationToken)

    Executes an SQL command.

    ExecuteCommandAsync(ISqlService, string, params object[])

    Executes an SQL command.

    ExecuteQueryAsync(ISqlService, string, SqlStatementOptions, CancellationToken)

    Executes a SQL query.

    ExecuteQueryAsync(ISqlService, string, params object[])

    Executes a SQL query.

    ExecuteQueryAsync(ISqlService, string, CancellationToken)

    Executes a SQL query.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.