Search Results for

    Show / Hide Table of Contents

    Class DbQueryInfo

    Query info.

    Inheritance
    System.Object
    DbQueryInfo
    Namespace: Apache.Ignite.EntityFramework
    Assembly: Apache.Ignite.EntityFramework.dll
    Syntax
    public class DbQueryInfo : object

    Properties

    AffectedEntitySets

    Gets the affected entity sets.

    Declaration
    public ICollection<EntitySetBase> AffectedEntitySets { get; }
    Property Value
    Type Description
    ICollection<EntitySetBase>

    CommandText

    Gets the command text.

    Declaration
    public string CommandText { get; }
    Property Value
    Type Description
    System.String

    Parameters

    Gets the parameters.

    Declaration
    public DbParameterCollection Parameters { get; }
    Property Value
    Type Description
    DbParameterCollection
    In This Article
    Back to top © 2022 GridGain Systems, Inc. and Contributors