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

Exibir arquivo 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_oe property

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

CloseBlock public_oe property

public bool CloseBlock
return bool

OpenBlock public_oe property

public bool OpenBlock
return bool

Operator public_oe property

public Operator Operator
return Operator

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[]