C# Class System.Data.ProviderBase.BytesReaderCacheContainer

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

Protected Properties

Свойство Type Description
_b byte[]

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
GetBytes ( ) : byte[]
GetBytes ( long dataIndex, byte buffer, int bufferIndex, int length ) : long

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

_b protected_oe property

protected byte[] _b
Résultat byte[]