C# Class System.Data.ProviderBase.BlobReaderCacheContainer

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

Méthodes publiques

Méthode Description
GetValue ( ) : object

Méthodes protégées

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

Private Methods

Méthode Description
GetBytes ( long dataIndex, byte buffer, int bufferIndex, int length ) : long
ReadAll ( ) : void

Method Details

FetchInternal() protected méthode

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

FetchInternal() protected méthode

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

GetValue() public méthode

public GetValue ( ) : object
Résultat object