Click or drag to resize
IBaseStationDatabaseGetFlights Method
Returns all flights, or a subset of all flights, that match the criteria passed across.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
List<BaseStationFlight> GetFlights(
	SearchBaseStationCriteria criteria,
	int fromRow,
	int toRow,
	string sortField1,
	bool sortField1Ascending,
	string sortField2,
	bool sortField2Ascending
)

Parameters

criteria
Type: VirtualRadar.Interface.DatabaseSearchBaseStationCriteria
fromRow
Type: SystemInt32
toRow
Type: SystemInt32
sortField1
Type: SystemString
sortField1Ascending
Type: SystemBoolean
sortField2
Type: SystemString
sortField2Ascending
Type: SystemBoolean

Return Value

Type: ListBaseStationFlight
See Also