DbTransaction
E937655
DbTransaction is an abstract base class in ADO.NET that defines the core behavior and interface for database transaction implementations across different data providers.
All labels observed (1)
| Label | Occurrences |
|---|---|
| DbTransaction canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T11656665 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: DbTransaction Context triple: [SqlTransaction, inheritsFrom, DbTransaction]
-
A.
SqlTransaction
SqlTransaction is a .NET class that represents a SQL Server database transaction, allowing you to commit or roll back a series of operations as a single unit of work.
-
B.
EntityTransaction
EntityTransaction is a Java Persistence API interface that manages the boundaries and lifecycle of resource-local transactions for entity managers.
-
C.
Jakarta Transactions
Jakarta Transactions is the Jakarta EE specification that defines a standard API and infrastructure for managing distributed transactions in Java enterprise applications.
-
D.
DbConnection
DbConnection is an abstract base class in ADO.NET that represents a connection to a data source, providing a common interface for database-specific connection implementations.
-
E.
Java Transaction API
Java Transaction API is a Java specification that provides a standard interface for managing distributed transactions across multiple resources in enterprise applications.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: DbTransaction Target entity description: DbTransaction is an abstract base class in ADO.NET that defines the core behavior and interface for database transaction implementations across different data providers.
-
A.
SqlTransaction
SqlTransaction is a .NET class that represents a SQL Server database transaction, allowing you to commit or roll back a series of operations as a single unit of work.
-
B.
EntityTransaction
EntityTransaction is a Java Persistence API interface that manages the boundaries and lifecycle of resource-local transactions for entity managers.
-
C.
Jakarta Transactions
Jakarta Transactions is the Jakarta EE specification that defines a standard API and infrastructure for managing distributed transactions in Java enterprise applications.
-
D.
DbConnection
DbConnection is an abstract base class in ADO.NET that represents a connection to a data source, providing a common interface for database-specific connection implementations.
-
E.
Java Transaction API
Java Transaction API is a Java specification that provides a standard interface for managing distributed transactions across multiple resources in enterprise applications.
- F. None of above. chosen
Statements (50)
| Predicate | Object |
|---|---|
| instanceOf |
ADO.NET class
ⓘ
abstract class ⓘ |
| belongsTo | System.Data namespace hierarchy NERFINISHED ⓘ |
| definedIn |
System.Data.Common.dll
NERFINISHED
ⓘ
System.Data.dll NERFINISHED ⓘ |
| definedInLanguage | C# ⓘ |
| designGoal | provider-independent transaction abstraction ⓘ |
| hasAccessibility | public ⓘ |
| hasBaseType | MarshalByRefObject NERFINISHED ⓘ |
| hasDerivedClass |
EntityTransaction
ⓘ
OdbcTransaction NERFINISHED ⓘ OleDbTransaction NERFINISHED ⓘ OracleTransaction NERFINISHED ⓘ SqlTransaction ⓘ |
| hasInterface | IDisposable NERFINISHED ⓘ |
| hasMemberType |
method
ⓘ
property ⓘ |
| hasMethod |
Begin()
ⓘ
Commit() ⓘ Dispose() ⓘ Dispose(bool) ⓘ Equals(object) ⓘ GetHashCode() ⓘ GetType() ⓘ Rollback() ⓘ Save(string) ⓘ ToString() ⓘ |
| hasProperty |
Connection
ⓘ
IsolationLevel ⓘ SupportsSavepoints ⓘ SupportsTransactionId ⓘ TransactionId ⓘ |
| implements | IDisposable ⓘ |
| inheritsFrom | MarshalByRefObject NERFINISHED ⓘ |
| introducedIn | .NET Framework 2.0 NERFINISHED ⓘ |
| isAbstract | true ⓘ |
| isGeneric | false ⓘ |
| isSealed | false ⓘ |
| isThreadSafe | false ⓘ |
| lifecycle |
created by DbConnection.BeginTransaction()
ⓘ
disposed after Commit() or Rollback() ⓘ |
| partOf | System.Data.Common namespace NERFINISHED ⓘ |
| platform |
.NET 5+
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| supports | ACID transaction semantics (provider-dependent) ⓘ |
| usedBy |
DbCommand
NERFINISHED
ⓘ
DbConnection ⓘ |
| usedFor | database transactions ⓘ |
| usedIn | ADO.NET NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: DbTransaction Description of subject: DbTransaction is an abstract base class in ADO.NET that defines the core behavior and interface for database transaction implementations across different data providers.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.