ComponentOne Data Source for Entity Framework
C1.LiveLinq.LiveViews Namespace / View Class / Order Property

In This Topic
    Order Property
    In This Topic
    Gets a value indicating whether and how this view preserves item order if it exists in its base data source.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Order As ViewOrder
    public ViewOrder Order {get;}
    See Also