Show / Hide Table of Contents

    Class ArgsExpression

    Base class for args expression.

    Inheritance
    System.Object
    System.Linq.Expressions.Expression
    QueryExpression
    ArgsExpression
    SqlExpression
    WhereExpression
    Inherited Members
    QueryExpression.NodeType
    QueryExpression.Type
    Namespace: Kros.KORM.Query.Expressions
    Assembly: Kros.KORM.dll
    Syntax
    public abstract class ArgsExpression : QueryExpression

    Properties

    Parameters

    Gets the parameters.

    Declaration
    public IEnumerable<object> Parameters { get; protected set; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Object>

    Sql

    Sql.

    Declaration
    public string Sql { get; protected set; }
    Property Value
    Type Description
    System.String

    See Also

    System.Linq.Expressions.Expression
    Back to top KROS a.s.