IBaseStationDatabaseGetDatabaseHistory Method |
Returns all of the records from BaseStation's DBHistory table.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IList<BaseStationDBHistory> GetDatabaseHistory()
Function GetDatabaseHistory As IList(Of BaseStationDBHistory)
IList<BaseStationDBHistory^>^ GetDatabaseHistory()
abstract GetDatabaseHistory : unit -> IList<BaseStationDBHistory>
Return Value
Type:
IListBaseStationDBHistorySee Also