using (TransactionScope scope = new TransactionScope())
{
using (SqlConnection con = new SqlConnection())
{
conn.Open()
{
using (SqlConnection con = new SqlConnection())
{
conn.Open()
using (SqlCommand cmd = conn.CreateCommand())
{
}
}
scope.Complete();
}