ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / PropertyIsNotVirtualException Class / Context Property

In This Topic
    Context Property
    In This Topic
    Lambda expression where a type with the non-virtual property is used.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Context As System.Linq.Expressions.LambdaExpression
    public System.Linq.Expressions.LambdaExpression Context {get;}
    See Also