Bonjour,
Existe t'il un équivalent à With/End With de VB en C# ?
Merci pour vos réponses...
Code : Sélectionner tout - Visualiser dans une fenêtre à part 
2
3
4
5
6
7
8
9
10CODE VB : With oDataset.Tables(NomProc) oRowCollec = .Rows oRow(.Columns("NomParam")) = oParam.Name oRow(.Columns("Type")) = oParam.Type oRow(.Columns("Taille")) = oParam.Size oRow(.Columns("Direction")) = oParam.Direction End With CODE C#: ?

 

 
		
		 
         
 

 
			
			




 Existe t'il un équivalent à With/EndWith en C#  ?
 Existe t'il un équivalent à With/EndWith en C#  ?
				 Répondre avec citation
  Répondre avec citation
Partager