G
Gunawan
Hi All,
When using vb I could use with statement to make access to property/method
shorter
Dim cmd AS new SqlCommand
with cmd.parameters
.AddWithValue()
....
end with
Do we have similar function/statement in CSharp?
Regards,
Gun
When using vb I could use with statement to make access to property/method
shorter
Dim cmd AS new SqlCommand
with cmd.parameters
.AddWithValue()
....
end with
Do we have similar function/statement in CSharp?
Regards,
Gun