C# Class MWS.Data.DAL

Mostrar archivo Open project: Movilizer/.NET_Connector

Public Properties

Property Type Description
_connector DBConnector

Public Methods

Method Description
Disconnect ( ) : void

Protected Methods

Method Description
BeginTransaction ( ) : void
CommitTransaction ( ) : void
DAL ( ) : System
FetchArray ( string sql ) : string[][]
FetchArrayList ( string sql ) : ArrayList
FetchData ( string sql ) : string>[].Dictionary
FetchDouble ( string sql ) : double
FetchInteger ( string sql ) : int
FetchScalar ( string sql ) : object
FetchSingle ( string sql ) : string>.Dictionary
FetchString ( string sql ) : string
Insert ( string sql ) : object
RollbackTransaction ( ) : void
Update ( string sql ) : object

Method Details

BeginTransaction() protected method

protected BeginTransaction ( ) : void
return void

CommitTransaction() protected method

protected CommitTransaction ( ) : void
return void

DAL() protected method

protected DAL ( ) : System
return System

Disconnect() public method

public Disconnect ( ) : void
return void

FetchArray() protected method

protected FetchArray ( string sql ) : string[][]
sql string
return string[][]

FetchArrayList() protected method

protected FetchArrayList ( string sql ) : ArrayList
sql string
return System.Collections.ArrayList

FetchData() protected method

protected FetchData ( string sql ) : string>[].Dictionary
sql string
return string>[].Dictionary

FetchDouble() protected method

protected FetchDouble ( string sql ) : double
sql string
return double

FetchInteger() protected method

protected FetchInteger ( string sql ) : int
sql string
return int

FetchScalar() protected method

protected FetchScalar ( string sql ) : object
sql string
return object

FetchSingle() protected method

protected FetchSingle ( string sql ) : string>.Dictionary
sql string
return string>.Dictionary

FetchString() protected method

protected FetchString ( string sql ) : string
sql string
return string

Insert() protected method

protected Insert ( string sql ) : object
sql string
return object

RollbackTransaction() protected method

protected RollbackTransaction ( ) : void
return void

Update() protected method

protected Update ( string sql ) : object
sql string
return object

Property Details

_connector public_oe property

public DBConnector,MWS.Data _connector
return DBConnector