C# Class System.Data.ProviderBase.DecimalReaderCacheContainer

Inheritance: ReaderCacheContainerBase
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode Description
GetValue ( ) : object
IsNumeric ( ) : bool

Méthodes protégées

Méthode Description
FetchInternal ( ResultSet rs, int columnIndex ) : void

Private Methods

Méthode Description
GetDecimal ( ) : decimal

Method Details

FetchInternal() protected méthode

protected FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
Résultat void

GetValue() public méthode

public GetValue ( ) : object
Résultat object

IsNumeric() public méthode

public IsNumeric ( ) : bool
Résultat bool