C# Class Chinook.Repository.TrackRepository

Afficher le fichier Open project: KuduApps/EFWebAppSQLCE3.5to4.0Chinook

Méthodes publiques

Méthode Description
GetAll ( string sortBy, int maximumRows, int startRowIndex ) : List
GetCount ( ) : int

Method Details

GetAll() public méthode

public GetAll ( string sortBy, int maximumRows, int startRowIndex ) : List
sortBy string
maximumRows int
startRowIndex int
Résultat List

GetCount() public méthode

public GetCount ( ) : int
Résultat int