C# Class Dapper.Accelr8.Sql.QueryBuilder

ファイルを表示 Open project: thehexgod/Dapper.Accelr8

Public Properties

Property Type Description
OperatorFormats string>.Dictionary

Protected Properties

Property Type Description
genericAndClause string
genericOrClause string
genericWhereClause string

Public Methods

Method Description
BuildQueryElement ( QueryElement e, int &count, int taskIndex ) : string
BuildQueryElements ( IList elements, int taskIndex ) : string

Method Details

BuildQueryElement() public method

public BuildQueryElement ( QueryElement e, int &count, int taskIndex ) : string
e Dapper.Accelr8.Repo.Parameters.QueryElement
count int
taskIndex int
return string

BuildQueryElements() public method

public BuildQueryElements ( IList elements, int taskIndex ) : string
elements IList
taskIndex int
return string

Property Details

OperatorFormats public_oe static_oe property

public static Dictionary OperatorFormats
return string>.Dictionary

genericAndClause protected_oe static_oe property

protected static string genericAndClause
return string

genericOrClause protected_oe static_oe property

protected static string genericOrClause
return string

genericWhereClause protected_oe static_oe property

protected static string genericWhereClause
return string