B
Brian W
Hi All!
Does VB.NET have an equivelent of the following C# statement (the using
part):
using (SqlConnection connection = new SqlConnection(connStr))
{
}
TIA
BW
Does VB.NET have an equivelent of the following C# statement (the using
part):
using (SqlConnection connection = new SqlConnection(connStr))
{
}
TIA
BW