Class QueryExpression
Base expression.
Inheritance
System.Object
System.Linq.Expressions.Expression
QueryExpression
Namespace: Kros.KORM.Query.Expressions
Assembly: Kros.KORM.dll
Syntax
public abstract class QueryExpression : Expression
Properties
NodeType
Gets the node type of this System.Linq.Expressions.Expression.
Declaration
public override ExpressionType NodeType { get; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.ExpressionType |
Overrides
System.Linq.Expressions.Expression.NodeType
Type
Gets the static type of the expression that this System.Linq.Expressions.Expression represents.
Declaration
public override Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Overrides
System.Linq.Expressions.Expression.Type
See Also
System.Linq.Expressions.Expression