C# 클래스 EducationsCourses.Repository.StoredProcedursRepository

상속: IStoredProcedursRepository
파일 보기 프로젝트 열기: rabbal/WPFEducation_Management 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

SelectStudentsMemberInAllCourses() 공개 메소드

public SelectStudentsMemberInAllCourses ( ) : ObservableCollection
리턴 ObservableCollection

SelectStudentsMemberInCoursesNotBegin() 공개 메소드

public SelectStudentsMemberInCoursesNotBegin ( ) : System.Collections.ObjectModel.ObservableCollection
리턴 System.Collections.ObjectModel.ObservableCollection

SelectStudentsMemberInCoursesOfSpecialTeacher() 공개 메소드

public SelectStudentsMemberInCoursesOfSpecialTeacher ( Model teacher ) : ObservableCollection
teacher Model
리턴 ObservableCollection

SelectStudentsMemberInCoursesThatTeacherGood() 공개 메소드

public SelectStudentsMemberInCoursesThatTeacherGood ( ) : System.Collections.ObjectModel.ObservableCollection
리턴 System.Collections.ObjectModel.ObservableCollection

SelectTeachers() 공개 메소드

public SelectTeachers ( ) : ObservableCollection
리턴 ObservableCollection

SelectTeachersThatTeachAllLessons() 공개 메소드

public SelectTeachersThatTeachAllLessons ( ) : System.Collections.ObjectModel.ObservableCollection
리턴 System.Collections.ObjectModel.ObservableCollection

SelectThreeFirstTeacherWithHighPrice() 공개 메소드

public SelectThreeFirstTeacherWithHighPrice ( ) : System.Collections.ObjectModel.ObservableCollection
리턴 System.Collections.ObjectModel.ObservableCollection