Class ArgsExpression
Base class for args expression.
Inheritance
System.Object
System.Linq.Expressions.Expression
ArgsExpression
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