C# Class System.Data.ProviderBase.FloatReaderCacheContainer

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

Public Methods

Method Description
GetValue ( ) : object
IsNumeric ( ) : bool

Protected Methods

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

Private Methods

Method Description
GetFloat ( ) : float

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

IsNumeric() public method

public IsNumeric ( ) : bool
return bool