Method | Description | |
---|---|---|
GetHistorianData_FillRow ( object source, |
Used to fill table columns with enumerable data returned from GetHistorianData.
|
|
HighDoubleWord ( |
Returns the unsigned high-double-word (SqlInt32) from a quad-word (SqlInt64). On little-endian architectures (e.g., Intel platforms), this will be the word value whose in-memory representation is the same as the right-most, most-significant-word of the integer value. |
|
LowDoubleWord ( |
Returns the low-double-word (SqlInt32) from a quad-word (SqlInt64). On little-endian architectures (e.g., Intel platforms), this will be the word value whose in-memory representation is the same as the left-most, least-significant-word of the integer value. |
|
MakeQuadWord ( |
Makes a quad-word (SqlInt64) from two double-words (SqlInt32).
|
Method | Description | |
---|---|---|
GetHistorianData ( SqlString historianServer, SqlString instanceName, DateTime startTime, DateTime stopTime, [ MaxSize = -1)]SqlStringmeasurementIDs ) : IEnumerable | ||
GetHistorianDataSampled ( SqlString historianServer, SqlString instanceName, DateTime startTime, DateTime stopTime, TimeSpan interval, [ MaxSize = -1)]SqlStringmeasurementIDs ) : IEnumerable |
public static GetHistorianData_FillRow ( object source, |
||
source | object | Source data, i.e., a |
id | Measurement ID | |
time | DateTime | Measurement timestamp |
value | Measurement value | |
return | void |
public static HighDoubleWord ( |
||
quadWord | 8-byte, 64-bit integer value. | |
return |
public static LowDoubleWord ( |
||
quadWord | 8-byte, 64-bit integer value. | |
return |
public static MakeQuadWord ( |
||
high | High double-word. | |
low | Low double-word. | |
return |