'Declaration Public Enum ViewOrder Inherits System.Enum
public enum ViewOrder : System.Enum
'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