C# Class System.Data.ProviderBase.StringReaderCacheContainer

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

Protected Properties

Свойство Type Description
_s string

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
GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
GetString ( ) : string

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

_s protected_oe property

protected string _s
Résultat string