C# 클래스 Sandbox.DataTableExperiment

파일 보기 프로젝트 열기: hydrologics/TimeSeriesLibrary 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Connx System.Data.SqlClient.SqlConnection
TableName String

공개 메소드들

메소드 설명
Test ( System.Boolean inBulk, System.Boolean doParam ) : void

비공개 메소드들

메소드 설명
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, SqlCommand selectCmd, SqlCommand updateCmd ) : void

This method updates the value in the Checksum field of the parameters table. It does not modify any other fields.

WriteBulkTraces ( List traceObjects ) : void
WriteOneTrace ( ITimeSeriesTrace traceObject ) : void
WriteOneTraceParam ( int id, ITimeSeriesTrace traceObject, SqlCommand cmd ) : void

메소드 상세

Test() 공개 메소드

public Test ( System.Boolean inBulk, System.Boolean doParam ) : void
inBulk System.Boolean
doParam System.Boolean
리턴 void

프로퍼티 상세

Connx 공개적으로 프로퍼티

public SqlConnection,System.Data.SqlClient Connx
리턴 System.Data.SqlClient.SqlConnection

TableName 공개적으로 프로퍼티

public String TableName
리턴 String