C# Class DataWorker.SqlServerDataWorker.DataConnection

Inheritance: IDataWorker
显示文件 Open project: thesameqad/Mnemonizer

Public Methods

Method Description
GetIdForWord ( string word ) : int
GetWordById ( int id ) : string
GetWordsCount ( ) : int

Method Details

GetIdForWord() public method

public GetIdForWord ( string word ) : int
word string
return int

GetWordById() public method

public GetWordById ( int id ) : string
id int
return string

GetWordsCount() public method

public GetWordsCount ( ) : int
return int