Link to home
Start Free TrialLog in
Avatar of jgordin
jgordin

asked on

c# how do i re-initialize qBuilder01 of type StringBuilder?

how do i re-initialize qBuilder01 of type StringBuilder?
 initially i declared StringBuilder qBuilder01 = new StringBuilder().
qBuilder01.Append(xNode.InnerText);
command.CommandText = qBuilder01.ToString();
..................

i want to re-use qBuilder01after i am done with first query.

thanks
ASKER CERTIFIED SOLUTION
Avatar of tpwells
tpwells

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial