Search Results for

    Show / Hide Table of Contents

    Class CompiledExpression<T>

    Represents a container that holds a compiled TCQL expression plus its TimeCockpit.Data.QueryLanguage.AstSourceContext and its participating members.

    Inheritance
    System.Object
    CompiledExpressionBase<T>
    CompiledExpression<T>
    Inherited Members
    CompiledExpressionBase<T>.FindAccessedElements(ModelEntityBase, Boolean, Environment)
    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>
    In This Article
    Back to top Copyright © 2020 software architects gmbh