Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ExecuteSqlStatementRequest

    Represents a request to execute an SQL statement.

    Inheritance
    object
    ExecuteSqlStatementRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Cloud.Table
    Assembly: Innovt.Cloud.dll
    Syntax
    public class ExecuteSqlStatementRequest

    Properties

    | Edit this page View Source

    ConsistentRead

    Gets or sets a flag indicating whether to perform a consistent read.

    Declaration
    public bool ConsistentRead { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    NextToken

    Gets or sets a token that can be used for paginating results if necessary.

    Declaration
    public string NextToken { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Statment

    Gets or sets the SQL statement to be executed.

    Declaration
    public string Statment { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX