Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class ExecuteSqlStatementResponse<T>

    Represents a response from executing an SQL statement, including a list of items of type T.

    Inheritance
    object
    ExecuteSqlStatementResponse<T>
    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 ExecuteSqlStatementResponse<T> where T : class
    Type Parameters
    Name Description
    T

    The type of items in the response.

    Properties

    | Edit this page View Source

    Items

    Gets or sets a list of items of type T returned by the SQL statement execution.

    Declaration
    public IList<T> Items { get; set; }
    Property Value
    Type Description
    IList<T>
    | 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

    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