C# Class BLL.Secciones

Afficher le fichier Open project: enelramon/TeacherControl2

Méthodes publiques

Méthode Description
Delete ( ) : bool
Insertar ( ) : bool
Listar ( string condicion ) : DataTable
Search ( string campos, string condicion ) : DataTable
update ( ) : bool

Method Details

Delete() public méthode

public Delete ( ) : bool
Résultat bool

Insertar() public méthode

public Insertar ( ) : bool
Résultat bool

Listar() public static méthode

public static Listar ( string condicion ) : DataTable
condicion string
Résultat System.Data.DataTable

Search() public méthode

public Search ( string campos, string condicion ) : DataTable
campos string
condicion string
Résultat System.Data.DataTable

update() public méthode

public update ( ) : bool
Résultat bool