Class CompiledExpression<T>
Represents a container that holds a compiled TCQL expression plus its TimeCockpit.Data.QueryLanguage.AstSourceContext and its participating members.
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: TimeCockpit.Data.QueryLanguage
Assembly: TimeCockpit.Data.dll
Syntax
public class CompiledExpression<T> : CompiledExpressionBase<T>
Type Parameters
Name | Description |
---|---|
T | The return type of the CompiledExpression.Function |
Properties
Function
Gets a compiled function created from System.Linq.Expressions.Expression
Declaration
public Func<EntityObject, T> Function { get; }
Property Value
Type | Description |
---|---|
System.Func<EntityObject, T> |