C# Class openHistorian.Data.Query.GetDataReaderMethods

Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
GetDataReaderTable ( HistorianValue>.this database, ulong start, ulong stop, IList columns ) : DataTable
GetTable ( HistorianValue>.this database, System.DateTime start, System.DateTime stop, TableDefinition tableDefinition ) : IDataReader

Method Details

GetDataReaderTable() public static méthode

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

GetTable() public static méthode

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
Résultat IDataReader