C# Class BLL.Secciones

Show file Open project: enelramon/TeacherControl2

Public Methods

Method Description
Delete ( ) : bool
Insertar ( ) : bool
Listar ( string condicion ) : DataTable
Search ( string campos, string condicion ) : DataTable
update ( ) : bool

Method Details

Delete() public method

public Delete ( ) : bool
return bool

Insertar() public method

public Insertar ( ) : bool
return bool

Listar() public static method

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

Search() public method

public Search ( string campos, string condicion ) : DataTable
campos string
condicion string
return System.Data.DataTable

update() public method

public update ( ) : bool
return bool