C# 클래스 openHistorian.Data.Query.GetDataReaderMethods

파일 보기 프로젝트 열기: GridProtectionAlliance/openHistorian

공개 메소드들

메소드 설명
GetDataReaderTable ( HistorianValue>.this database, ulong start, ulong stop, IList columns ) : DataTable
GetTable ( HistorianValue>.this database, System.DateTime start, System.DateTime stop, TableDefinition tableDefinition ) : IDataReader

메소드 상세

GetDataReaderTable() 공개 정적인 메소드

public static GetDataReaderTable ( HistorianValue>.this database, ulong start, ulong stop, IList columns ) : DataTable
database HistorianValue>.this
start ulong
stop ulong
columns IList
리턴 System.Data.DataTable

GetTable() 공개 정적인 메소드

public static GetTable ( HistorianValue>.this database, System.DateTime start, System.DateTime stop, TableDefinition tableDefinition ) : IDataReader
database HistorianValue>.this
start System.DateTime
stop System.DateTime
tableDefinition TableDefinition
리턴 IDataReader