For reading historical data. When aggregate is set to raw data, this parametere specifies whether only modified data are to be read. Defaults to false.

Namespace: Ico.Data.DataConnector
Assembly: IcoCommonConnectors (in IcoCommonConnectors.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool RawReadModified { get; set; }
Visual Basic
Public Property RawReadModified As Boolean
	Get
	Set
JScript
function get RawReadModified () : boolean
function set RawReadModified (value : boolean)

See Also