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

SeparateEditing Property
Puts separate filters over the DataView object that was created.
Syntax
'Declaration
 
Public Property SeparateEditing As Boolean
 
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