C# 클래스 DataWorker.SqlServerDataWorker.DataConnection

상속: IDataWorker
파일 보기 프로젝트 열기: thesameqad/Mnemonizer

공개 메소드들

메소드 설명
GetIdForWord ( string word ) : int
GetWordById ( int id ) : string
GetWordsCount ( ) : int

메소드 상세

GetIdForWord() 공개 메소드

public GetIdForWord ( string word ) : int
word string
리턴 int

GetWordById() 공개 메소드

public GetWordById ( int id ) : string
id int
리턴 string

GetWordsCount() 공개 메소드

public GetWordsCount ( ) : int
리턴 int