Version 24.2 (latest)

RecordLoadMode Property

Gets/sets how DataRecords are loaded
Syntax
public RecordLoadMode RecordLoadMode {get; set;}
Remarks

The default value of LoadOnDemand will delay the creation of DataRecords until they are requested.

Some operations, like sorting or grouping records, will cause the all DataRecords to be loaded regardless of this setting because they require access to all records.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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