Search Results for

    Show / Hide Table of Contents

    Class QueryDebugInformation

    Inheritance
    System.Object
    QueryDebugInformation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class QueryDebugInformation

    Properties

    AuditTrail

    Declaration
    public string AuditTrail { get; set; }
    Property Value
    System.String

    General

    Declaration
    public string General { get; set; }
    Property Value
    System.String

    Request

    Declaration
    public object Request { get; set; }
    Property Value
    System.Object

    Response

    Declaration
    public object Response { get; set; }
    Property Value
    System.Object

    Methods

    FromJson(String)

    Declaration
    public static QueryDebugInformation FromJson(string data)
    Parameters
    System.String data

    Returns
    QueryDebugInformation

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX