dotConnect for PostgreSQL Documentation
Devart.Data Namespace / DataLink Class / SeparateEditing Property

In This Topic
    SeparateEditing Property
    In This Topic
    Puts separate filters over the DataView object that was created.
    Syntax
    'Declaration
     
    Public Property SeparateEditing As Boolean
    public bool SeparateEditing {get; set;}
    Remarks

    By default DataLink uses the same DataView object as the data source it references to does. This influences sorting and filtering data to DataLink.

    When the SeparateEditing property is set to true, DataLink creates its own DataView object, over which filters are put separately.

    See Creating and Using DataViews for more information.

    Requirements

    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

    See Also