C# 클래스 ScheduledTaskAgent1.DB_Helper

파일 보기 프로젝트 열기: ProjPossibility/CSUN-MobileMapMagnifier 1 사용 예제들

공개 메소드들

메소드 설명
connect ( ) : void
deleteRow ( Row temp ) : void
getAllRows ( ) : ObservableCollection
getRowsbyTitle ( String title ) : ObservableCollection
insertRow ( Row temp ) : void

메소드 상세

connect() 공개 정적인 메소드

public static connect ( ) : void
리턴 void

deleteRow() 공개 정적인 메소드

public static deleteRow ( Row temp ) : void
temp Row
리턴 void

getAllRows() 공개 정적인 메소드

public static getAllRows ( ) : ObservableCollection
리턴 ObservableCollection

getRowsbyTitle() 공개 정적인 메소드

public static getRowsbyTitle ( String title ) : ObservableCollection
title String
리턴 ObservableCollection

insertRow() 공개 정적인 메소드

public static insertRow ( Row temp ) : void
temp Row
리턴 void