what is with statement from vb to c#?
VB Code:
  1. with cm
  2. .parameters.add("blah..blah")
  3. end with

using cm????