Interface ITransaction NamespacePowerSync.Common.DB AssemblyPowerSync.Common.dll public interface ITransaction : ILockContext, IDBGetUtils Inherited Members ILockContext.Execute(string, object[]) ILockContext.ExecuteBatch(string, object[][]) IDBGetUtils.GetAll<T>(string, object[]) IDBGetUtils.GetAll(string, object[]) IDBGetUtils.GetOptional<T>(string, object[]) IDBGetUtils.GetOptional(string, object[]) IDBGetUtils.Get<T>(string, object[]) IDBGetUtils.Get(string, object[]) Methods Commit() Rollback()