C# Class Dapper.Accelr8.Repo.Parameters.QueryElement

Exibir arquivo Open project: thehexgod/Dapper.Accelr8 Class Usage Examples

Public Properties

Property Type Description
CloseBlock bool
FieldName string
OpenBlock bool
Operator Operator
ParamNames string[]
TableAlias string
UseOr bool
Value object
ValueArray object[]

Public Methods

Method Description
GetUniqueParameter ( string paramType ) : string
GetUniqueParameters ( string paramType ) : IList

Method Details

GetUniqueParameter() public method

public GetUniqueParameter ( string paramType ) : string
paramType string
return string

GetUniqueParameters() public method

public GetUniqueParameters ( string paramType ) : IList
paramType string
return IList

Property Details

CloseBlock public_oe property

public bool CloseBlock
return bool

FieldName public_oe property

public string FieldName
return string

OpenBlock public_oe property

public bool OpenBlock
return bool

Operator public_oe property

public Operator Operator
return Operator

ParamNames public_oe property

public string[] ParamNames
return string[]

TableAlias public_oe property

public string TableAlias
return string

UseOr public_oe property

public bool UseOr
return bool

Value public_oe property

public object Value
return object

ValueArray public_oe property

public object[] ValueArray
return object[]