C# Class System.Data.ProviderBase.StringReaderCacheContainer

Inheritance: CharsReaderCacheContainer
显示文件 Open project: runefs/Marvin

Protected Properties

Property Type Description
_s string

Public Methods

Method Description
GetValue ( ) : object

Protected Methods

Method Description
FetchInternal ( ResultSet rs, int columnIndex ) : void

Private Methods

Method Description
GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
GetString ( ) : string

Method Details

FetchInternal() protected method

protected FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
return void

GetValue() public method

public GetValue ( ) : object
return object

Property Details

_s protected_oe property

protected string _s
return string