Tuesday, 6 January 2015

Transaction in NetTier

Here is the code to apply transaction in NetTier

using (ConnectionScope.CreateTransaction())
{
//insert
//update
//delete
 ConnectionScope.Complete();
}



This email has been checked for viruses by Avast antivirus software.
www.avast.com

No comments:

Post a Comment