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

Show file 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 property

public bool CloseBlock
return bool

FieldName public property

public string FieldName
return string

OpenBlock public property

public bool OpenBlock
return bool

Operator public property

public Operator Operator
return Operator

ParamNames public property

public string[] ParamNames
return string[]

TableAlias public property

public string TableAlias
return string

UseOr public property

public bool UseOr
return bool

Value public property

public object Value
return object

ValueArray public property

public object[] ValueArray
return object[]