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

Afficher le fichier Open project: thehexgod/Dapper.Accelr8 Class Usage Examples

Méthodes publiques

Свойство Type Description
CloseBlock bool
FieldName string
OpenBlock bool
Operator Operator
ParamNames string[]
TableAlias string
UseOr bool
Value object
ValueArray object[]

Méthodes publiques

Méthode Description
GetUniqueParameter ( string paramType ) : string
GetUniqueParameters ( string paramType ) : IList

Method Details

GetUniqueParameter() public méthode

public GetUniqueParameter ( string paramType ) : string
paramType string
Résultat string

GetUniqueParameters() public méthode

public GetUniqueParameters ( string paramType ) : IList
paramType string
Résultat IList

Property Details

CloseBlock public_oe property

public bool CloseBlock
Résultat bool

FieldName public_oe property

public string FieldName
Résultat string

OpenBlock public_oe property

public bool OpenBlock
Résultat bool

Operator public_oe property

public Operator Operator
Résultat Operator

ParamNames public_oe property

public string[] ParamNames
Résultat string[]

TableAlias public_oe property

public string TableAlias
Résultat string

UseOr public_oe property

public bool UseOr
Résultat bool

Value public_oe property

public object Value
Résultat object

ValueArray public_oe property

public object[] ValueArray
Résultat object[]