Bonjour,

je suis entrain de développer une application WPF en c#, mais il y a une partie écrite en VB, j'ai le résultat d'une requête SQL qui stocké dans une collection VB, voilà la première ligne de ma collection(dans le debug mode), le but est de récupérer les valeurs et de construire une data grid, mais j'arrive pas à faire ça avec c#

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
		[1]	{Microsoft.VisualBasic.Collection.KeyValuePair}	object {Microsoft.VisualBasic.Collection.KeyValuePair}
		Key	null	object
		Value	Count = 3	object {Microsoft.VisualBasic.Collection}
		[0]	"Empty placeholder to adjust for 1-based array."	object {string}
		[1]	{Microsoft.VisualBasic.Collection.KeyValuePair}	object {Microsoft.VisualBasic.Collection.KeyValuePair}
		Key	"STEP"	object {string}
		Value	"THICK-01"	object {string}
		Non-Public members		
		[2]	{Microsoft.VisualBasic.Collection.KeyValuePair}	object {Microsoft.VisualBasic.Collection.KeyValuePair}
		Key	"OPERATION"	object {string}
		Value	"O_ACTIVE"	object {string}
		Non-Public members		
		[3]	{Microsoft.VisualBasic.Collection.KeyValuePair}	object {Microsoft.VisualBasic.Collection.KeyValuePair}
		Raw View	
		Key	"PARAMETER"	object {string}
		Value	"TH"	object {string}
		Non-Public members
Merci pour votre aide