C# Class Movie4You.Database

Mostrar archivo Open project: ISK-2015/projekt-zespolowy Class Usage Examples

Public Methods

Method Description
ChangePassword ( string pass ) : void
Connect ( ) : void
Database ( string password ) : System
Database ( string server, string database, string user, string password ) : System
Delete ( ) : void
Disconnect ( ) : void
Insert ( ) : void
Select ( string what, string where ) : DataSet
Select ( string what, string where, string order ) : DataSet
TryConnect ( ) : bool
Update ( ) : void

Method Details

ChangePassword() public method

public ChangePassword ( string pass ) : void
pass string
return void

Connect() public method

public Connect ( ) : void
return void

Database() public method

public Database ( string password ) : System
password string
return System

Database() public method

public Database ( string server, string database, string user, string password ) : System
server string
database string
user string
password string
return System

Delete() public method

public Delete ( ) : void
return void

Disconnect() public method

public Disconnect ( ) : void
return void

Insert() public method

public Insert ( ) : void
return void

Select() public method

public Select ( string what, string where ) : DataSet
what string
where string
return System.Data.DataSet

Select() public method

public Select ( string what, string where, string order ) : DataSet
what string
where string
order string
return System.Data.DataSet

TryConnect() public method

public TryConnect ( ) : bool
return bool

Update() public method

public Update ( ) : void
return void