C# 클래스 System.Data.SQLite.SQLiteDataReader

상속: System.Data.Common.DbDataReader, IDataReader, IDisposable, IDataRecord
파일 보기 프로젝트 열기: stoennies/raumwiese 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
__reader Mono.Data.Sqlite.SqliteDataReader

공개 메소드들

메소드 설명
GetString ( int i ) : string
Read ( ) : bool
SQLiteDataReader ( Mono reader ) : System
this ( string key ) : object

메소드 상세

GetString() 공개 메소드

public GetString ( int i ) : string
i int
리턴 string

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

SQLiteDataReader() 공개 메소드

public SQLiteDataReader ( Mono reader ) : System
reader Mono
리턴 System

this() 공개 메소드

public this ( string key ) : object
key string
리턴 object

프로퍼티 상세

__reader 공개적으로 프로퍼티

public Mono.Data.Sqlite.SqliteDataReader __reader
리턴 Mono.Data.Sqlite.SqliteDataReader