C# 클래스 Dapper.Accelr8.Repo.Parameters.QueryElement

파일 보기 프로젝트 열기: thehexgod/Dapper.Accelr8 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CloseBlock bool
FieldName string
OpenBlock bool
Operator Operator
ParamNames string[]
TableAlias string
UseOr bool
Value object
ValueArray object[]

공개 메소드들

메소드 설명
GetUniqueParameter ( string paramType ) : string
GetUniqueParameters ( string paramType ) : IList

메소드 상세

GetUniqueParameter() 공개 메소드

public GetUniqueParameter ( string paramType ) : string
paramType string
리턴 string

GetUniqueParameters() 공개 메소드

public GetUniqueParameters ( string paramType ) : IList
paramType string
리턴 IList

프로퍼티 상세

CloseBlock 공개적으로 프로퍼티

public bool CloseBlock
리턴 bool

FieldName 공개적으로 프로퍼티

public string FieldName
리턴 string

OpenBlock 공개적으로 프로퍼티

public bool OpenBlock
리턴 bool

Operator 공개적으로 프로퍼티

public Operator Operator
리턴 Operator

ParamNames 공개적으로 프로퍼티

public string[] ParamNames
리턴 string[]

TableAlias 공개적으로 프로퍼티

public string TableAlias
리턴 string

UseOr 공개적으로 프로퍼티

public bool UseOr
리턴 bool

Value 공개적으로 프로퍼티

public object Value
리턴 object

ValueArray 공개적으로 프로퍼티

public object[] ValueArray
리턴 object[]