C# 클래스 Chinook.Repository.TrackRepository

파일 보기 프로젝트 열기: KuduApps/EFWebAppSQLCE3.5to4.0Chinook

공개 메소드들

메소드 설명
GetAll ( string sortBy, int maximumRows, int startRowIndex ) : List
GetCount ( ) : int

메소드 상세

GetAll() 공개 메소드

public GetAll ( string sortBy, int maximumRows, int startRowIndex ) : List
sortBy string
maximumRows int
startRowIndex int
리턴 List

GetCount() 공개 메소드

public GetCount ( ) : int
리턴 int