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

In This Topic
    PropertyIsNotVirtualException Class
    In This Topic
    Represents an exception that indicates that a property used in a result selector of a live view is not virtual.
    Object Model
    PropertyIsNotVirtualException Class
    Syntax
    'Declaration
     
    
    Public Class PropertyIsNotVirtualException 
       Inherits System.Exception
    public class PropertyIsNotVirtualException : System.Exception 
    Inheritance Hierarchy

    System.Object
       System.Exception
          C1.LiveLinq.LiveViews.PropertyIsNotVirtualException

    See Also