Click or drag to resize

BddManagerReqSelect Method

Execution d'une requête de type "select"

Namespace:  Mediatek86.bddmanager
Assembly:  Mediatek86 (in Mediatek86.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<Object[]> ReqSelect(
	string stringQuery,
	Dictionary<string, Object> parameters = null
)

Parameters

stringQuery
Type: SystemString
requête select
parameters (Optional)
Type: System.Collections.GenericDictionaryString, Object
dictoinnaire contenant les parametres

Return Value

Type: ListObject
liste de tableaux d'objets contenant les valeurs des colonnes
See Also