C# Class EducationsCourses.Repository.StoredProcedursRepository

Inheritance: IStoredProcedursRepository
Datei anzeigen Open project: rabbal/WPFEducation_Management Class Usage Examples

Public Methods

Method Description
SelectStudentsMemberInAllCourses ( ) : ObservableCollection
SelectStudentsMemberInCoursesNotBegin ( ) : System.Collections.ObjectModel.ObservableCollection
SelectStudentsMemberInCoursesOfSpecialTeacher ( Model teacher ) : ObservableCollection
SelectStudentsMemberInCoursesThatTeacherGood ( ) : System.Collections.ObjectModel.ObservableCollection
SelectTeachers ( ) : ObservableCollection
SelectTeachersThatTeachAllLessons ( ) : System.Collections.ObjectModel.ObservableCollection
SelectThreeFirstTeacherWithHighPrice ( ) : System.Collections.ObjectModel.ObservableCollection

Method Details

SelectStudentsMemberInAllCourses() public method

public SelectStudentsMemberInAllCourses ( ) : ObservableCollection
return ObservableCollection

SelectStudentsMemberInCoursesNotBegin() public method

public SelectStudentsMemberInCoursesNotBegin ( ) : System.Collections.ObjectModel.ObservableCollection
return System.Collections.ObjectModel.ObservableCollection

SelectStudentsMemberInCoursesOfSpecialTeacher() public method

public SelectStudentsMemberInCoursesOfSpecialTeacher ( Model teacher ) : ObservableCollection
teacher Model
return ObservableCollection

SelectStudentsMemberInCoursesThatTeacherGood() public method

public SelectStudentsMemberInCoursesThatTeacherGood ( ) : System.Collections.ObjectModel.ObservableCollection
return System.Collections.ObjectModel.ObservableCollection

SelectTeachers() public method

public SelectTeachers ( ) : ObservableCollection
return ObservableCollection

SelectTeachersThatTeachAllLessons() public method

public SelectTeachersThatTeachAllLessons ( ) : System.Collections.ObjectModel.ObservableCollection
return System.Collections.ObjectModel.ObservableCollection

SelectThreeFirstTeacherWithHighPrice() public method

public SelectThreeFirstTeacherWithHighPrice ( ) : System.Collections.ObjectModel.ObservableCollection
return System.Collections.ObjectModel.ObservableCollection