C# 클래스 System.Data.ProviderBase.StringReaderCacheContainer

상속: CharsReaderCacheContainer
파일 보기 프로젝트 열기: runefs/Marvin

보호된 프로퍼티들

프로퍼티 타입 설명
_s string

공개 메소드들

메소드 설명
GetValue ( ) : object

보호된 메소드들

메소드 설명
FetchInternal ( ResultSet rs, int columnIndex ) : void

비공개 메소드들

메소드 설명
GetChars ( long dataIndex, char buffer, int bufferIndex, int length ) : long
GetString ( ) : string

메소드 상세

FetchInternal() 보호된 메소드

protected FetchInternal ( ResultSet rs, int columnIndex ) : void
rs ResultSet
columnIndex int
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

프로퍼티 상세

_s 보호되어 있는 프로퍼티

protected string _s
리턴 string