Adf.Base.Data.SqlProvider.ResetTransaction C# (CSharp) Method

ResetTransaction() public static method

Reset all database transaction for the specified database.
public static ResetTransaction ( DataSources source ) : void
source Adf.Core.Data.DataSources The used to get the data source name.
return void
        public static void ResetTransaction(DataSources source)
        {
            StateManager.Personal[source, "Transaction"] = null;
        }