| IBaseStationDatabaseInsertSession Method  | 
            Inserts a record in the Sessions table, setting SessionID to the identifier of the new record.
            
 
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxvoid InsertSession(
	BaseStationSession session
)
Sub InsertSession ( 
	session As BaseStationSession
)
void InsertSession(
	BaseStationSession^ session
)
abstract InsertSession : 
        session : BaseStationSession -> unit 
Parameters
- session
 - Type: VirtualRadar.Interface.DatabaseBaseStationSession
 
See Also