C# Class System.Data.ProviderBase.DateTimeReaderCacheContainer

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

Protected Properties

Свойство Type Description
_d System.DateTime

Méthodes publiques

Méthode Description
GetValue ( ) : object

Méthodes protégées

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

Private Methods

Méthode Description
GetDateTime ( ) : System.DateTime

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

Property Details

_d protected_oe property

protected DateTime,System _d
Résultat System.DateTime