C# Class ScheduledTaskAgent1.DB_Helper

Afficher le fichier Open project: ProjPossibility/CSUN-MobileMapMagnifier Class Usage Examples

Méthodes publiques

Méthode Description
connect ( ) : void
deleteRow ( Row temp ) : void
getAllRows ( ) : ObservableCollection
getRowsbyTitle ( String title ) : ObservableCollection
insertRow ( Row temp ) : void

Method Details

connect() public static méthode

public static connect ( ) : void
Résultat void

deleteRow() public static méthode

public static deleteRow ( Row temp ) : void
temp Row
Résultat void

getAllRows() public static méthode

public static getAllRows ( ) : ObservableCollection
Résultat ObservableCollection

getRowsbyTitle() public static méthode

public static getRowsbyTitle ( String title ) : ObservableCollection
title String
Résultat ObservableCollection

insertRow() public static méthode

public static insertRow ( Row temp ) : void
temp Row
Résultat void