C# 클래스 Gribble.TransactSql.Statement

파일 보기 프로젝트 열기: mikeobrien/Gribble 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Parameters object>.IDictionary
Result ResultType
Text string
Type StatementType

공개 메소드들

메소드 설명
MergeParameters ( object>.IDictionary parameters ) : Statement
Statement ( string text, StatementType type, object>.IDictionary parameters ) : System.Collections.Generic
Statement ( string text, StatementType type, ResultType result ) : System.Collections.Generic
Statement ( string text, StatementType type, ResultType result, object>.IDictionary parameters ) : System.Collections.Generic

메소드 상세

MergeParameters() 공개 메소드

public MergeParameters ( object>.IDictionary parameters ) : Statement
parameters object>.IDictionary
리턴 Statement

Statement() 공개 메소드

public Statement ( string text, StatementType type, object>.IDictionary parameters ) : System.Collections.Generic
text string
type StatementType
parameters object>.IDictionary
리턴 System.Collections.Generic

Statement() 공개 메소드

public Statement ( string text, StatementType type, ResultType result ) : System.Collections.Generic
text string
type StatementType
result ResultType
리턴 System.Collections.Generic

Statement() 공개 메소드

public Statement ( string text, StatementType type, ResultType result, object>.IDictionary parameters ) : System.Collections.Generic
text string
type StatementType
result ResultType
parameters object>.IDictionary
리턴 System.Collections.Generic

프로퍼티 상세

Parameters 공개적으로 프로퍼티

public IDictionary Parameters
리턴 object>.IDictionary

Result 공개적으로 프로퍼티

public ResultType Result
리턴 ResultType

Text 공개적으로 프로퍼티

public string Text
리턴 string

Type 공개적으로 프로퍼티

public StatementType Type
리턴 StatementType