Quantcast
Channel: The Official Scripting Guys Forum! forum
Viewing all articles
Browse latest Browse all 15028

What is the equivalent of | % in C# for the below code

$
0
0

Can someone help in translating the below code to C#. I am mainly confused on what should $var |% be in c#?

  $var = dataset.Tables[0]
  $index = 0
  
  $var | %{
   $id=dataset.Tables[0].rows[$index].pid
   .....
   .....
   .....
   $index++
   }


Viewing all articles
Browse latest Browse all 15028

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>