C# Class BLL.Tareas

Afficher le fichier Open project: enelramon/TeacherControl2

Méthodes publiques

Méthode Description
Buscar ( int Id ) : bool
Eliminar ( ) : bool
Insertar ( ) : bool
Listar ( string condicion ) : DataTable
Listar ( string columnas, string condicion ) : DataTable
Modificar ( ) : bool

Method Details

Buscar() public méthode

public Buscar ( int Id ) : bool
Id int
Résultat bool

Eliminar() public méthode

public Eliminar ( ) : 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

Listar() public static méthode

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

Modificar() public méthode

public Modificar ( ) : bool
Résultat bool