Property | Type | Description | |
---|---|---|---|
Connx | |||
TableName | String |
Method | Description | |
---|---|---|
Test ( System.Boolean inBulk, System.Boolean doParam ) : void |
Method | Description | |
---|---|---|
BuildStringForEmptyTraceDataTable ( ) : String |
Method returns a string for querying the database table and returning an empty result set. The subsequent query can be used to create an empty DataTable object, with the necessary columns defined. Because the query names all required fields of the database table, the subsequent query will raise an exception if any fields are missing.
|
|
UpdateParametersChecksum ( int id, |
This method updates the value in the Checksum field of the parameters table. It does not modify any other fields.
|
|
WriteBulkTraces ( List |
||
WriteOneTrace ( ITimeSeriesTrace traceObject ) : void | ||
WriteOneTraceParam ( int id, ITimeSeriesTrace traceObject, |
public Test ( System.Boolean inBulk, System.Boolean doParam ) : void | ||
inBulk | System.Boolean | |
doParam | System.Boolean | |
return | void |
public SqlConnection,System.Data.SqlClient Connx | ||
return |