C1.LiveLinq.LiveViews Namespace : ViewOrder Enumeration |
'Declaration
Public Enum ViewOrder Inherits System.Enum
public enum ViewOrder : System.Enum
Member | Description |
---|---|
NotPreserved | Source order is not preserved. Preserving source order is not guaranteed even at view creation. |
PartiallyPreserved | Source order is partially preserved. When the view is created, it preserves source order, but later, when changes occur in the source, view items added or modified to reflect those changes aren't guaranteed to appear at the same order position in the view as in the source. |
Preserved | Source order is preserved completely. Order of items in the view is always the same as in the source (if source has a particular order), even after the view is maintained to reflect changes that occurred in the source. |
System.Object
System.ValueType
System.Enum
C1.LiveLinq.LiveViews.ViewOrder
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2