C# 클래스 BLL.Profesores

파일 보기 프로젝트 열기: enelramon/TeacherControl2 1 사용 예제들

공개 메소드들

메소드 설명
Buscar ( string campos, string condicion ) : DataTable
Eliminar ( ) : bool
Insertar ( ) : bool
Listar ( string condicion ) : DataTable
Modificar ( ) : bool

메소드 상세

Buscar() 공개 메소드

public Buscar ( string campos, string condicion ) : DataTable
campos string
condicion string
리턴 System.Data.DataTable

Eliminar() 공개 메소드

public Eliminar ( ) : bool
리턴 bool

Insertar() 공개 메소드

public Insertar ( ) : bool
리턴 bool

Listar() 공개 정적인 메소드

public static Listar ( string condicion ) : DataTable
condicion string
리턴 System.Data.DataTable

Modificar() 공개 메소드

public Modificar ( ) : bool
리턴 bool