C# Class DataWorker.SqlServerDataWorker.DataConnection

Inheritance: IDataWorker
Afficher le fichier Open project: thesameqad/Mnemonizer

Méthodes publiques

Méthode Description
GetIdForWord ( string word ) : int
GetWordById ( int id ) : string
GetWordsCount ( ) : int

Method Details

GetIdForWord() public méthode

public GetIdForWord ( string word ) : int
word string
Résultat int

GetWordById() public méthode

public GetWordById ( int id ) : string
id int
Résultat string

GetWordsCount() public méthode

public GetWordsCount ( ) : int
Résultat int