C# 클래스 UnitTests.Subtext.StubResultSet

Represents a result set for the StubDataReader.
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
AddRow ( ) : void

Adds the row.

GetFieldName ( int i ) : string
GetFieldNames ( ) : string[]
GetIndexFromFieldName ( string name ) : int
Read ( ) : bool
StubResultSet ( ) : System

Initializes a new instance of the StubResultSet class with the column names.

this ( int i ) : object
this ( string key ) : object

메소드 상세

AddRow() 공개 메소드

Adds the row.
public AddRow ( ) : void
리턴 void

GetFieldName() 공개 메소드

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

GetFieldNames() 공개 메소드

public GetFieldNames ( ) : string[]
리턴 string[]

GetIndexFromFieldName() 공개 메소드

public GetIndexFromFieldName ( string name ) : int
name string
리턴 int

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

StubResultSet() 공개 메소드

Initializes a new instance of the StubResultSet class with the column names.
public StubResultSet ( ) : System
리턴 System

this() 공개 메소드

public this ( int i ) : object
i int
리턴 object

this() 공개 메소드

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