Click or drag to resize
IBaseStationDatabaseInsertLocation Method
Inserts a new record in the database for the location passed across and sets the LocationID to the identifier of the new record.

Namespace: VirtualRadar.Interface.Database
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void InsertLocation(
	BaseStationLocation location
)

Parameters

location
Type: VirtualRadar.Interface.DatabaseBaseStationLocation
See Also