C# Class Noear.Weed.DbReader

可以返回Null而不发出异常的DataReader
Inheritance: IDisposable
Afficher le fichier Open project: noear/Weed3 Class Usage Examples

Private Properties

Свойство Type Description
_InnerReadMetaData void

Méthodes publiques

Méthode Description
Close ( ) : void
DbReader ( IDataReader reader ) : System
Dispose ( ) : void
GetName ( int index ) : string
IndexOf ( string name ) : int
Read ( ) : bool
this ( int i ) : object
this ( string name ) : object

如果不存在,则返回Null

Private Methods

Méthode Description
_InnerReadMetaData ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

DbReader() public méthode

public DbReader ( IDataReader reader ) : System
reader IDataReader
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetName() public méthode

public GetName ( int index ) : string
index int
Résultat string

IndexOf() public méthode

public IndexOf ( string name ) : int
name string
Résultat int

Read() public méthode

public Read ( ) : bool
Résultat bool

this() public méthode

public this ( int i ) : object
i int
Résultat object

this() public méthode

如果不存在,则返回Null
public this ( string name ) : object
name string
Résultat object