C# Class ScheduledTaskAgent1.DB_Helper

Mostrar archivo Open project: ProjPossibility/CSUN-MobileMapMagnifier Class Usage Examples

Public Methods

Method Description
connect ( ) : void
deleteRow ( Row temp ) : void
getAllRows ( ) : ObservableCollection
getRowsbyTitle ( String title ) : ObservableCollection
insertRow ( Row temp ) : void

Method Details

connect() public static method

public static connect ( ) : void
return void

deleteRow() public static method

public static deleteRow ( Row temp ) : void
temp Row
return void

getAllRows() public static method

public static getAllRows ( ) : ObservableCollection
return ObservableCollection

getRowsbyTitle() public static method

public static getRowsbyTitle ( String title ) : ObservableCollection
title String
return ObservableCollection

insertRow() public static method

public static insertRow ( Row temp ) : void
temp Row
return void