ComponentOne Data Source for Entity Framework
C1.LiveLinq Namespace / SourceChangeType Enumeration

In This Topic
    SourceChangeType Enumeration
    In This Topic
    Describes a change occurring in a collection.
    Syntax
    'Declaration
     
    
    Public Enum SourceChangeType 
       Inherits System.Enum
    public enum SourceChangeType : System.Enum 
    Members
    MemberDescription
    AddAn item is added to the collection.
    ModifyAt least one of the properties of an item has changed its value.
    RemoveAn item is removed from the collection.
    ResetMultiple items have changed in the collection. Indexes must be rebuilt.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.LiveLinq.SourceChangeType

    See Also