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

Show file Open project: thehexgod/Dapper.Accelr8

Public Properties

Property Type Description
Aggregate Aggregate
CloseBlock bool
OpenBlock bool
Operator Operator
UseOr bool
Value object
ValueArray object[]

Public Methods

Method Description
GetUniqueParameter ( ) : string

Method Details

GetUniqueParameter() public method

public GetUniqueParameter ( ) : string
return string

Property Details

Aggregate public property

public Aggregate,Dapper.Accelr8.Repo.Parameters Aggregate
return Aggregate

CloseBlock public property

public bool CloseBlock
return bool

OpenBlock public property

public bool OpenBlock
return bool

Operator public property

public Operator Operator
return Operator

UseOr public property

public bool UseOr
return bool

Value public property

public object Value
return object

ValueArray public property

public object[] ValueArray
return object[]