SqlTransaction
E277026
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.
All labels observed (2)
| Label | Occurrences |
|---|---|
| SqlTransaction canonical | 2 |
| SqlConnection.BeginTransaction(IsolationLevel) | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T2556571 — 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: SqlTransaction Context triple: [.NET Data Provider for SQL Server, exposesClass, SqlTransaction]
-
A.
Jakarta Transactions
Jakarta Transactions is the Jakarta EE specification that defines a standard API and infrastructure for managing distributed transactions in Java enterprise applications.
-
B.
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.
-
C.
TXN
TXN is the stock ticker symbol for Texas Instruments Incorporated, a major American technology company known for designing and manufacturing semiconductors and integrated circuits.
-
D.
SQL
SQL (Structured Query Language) is a standardized programming language used to manage, query, and manipulate data in relational database management systems.
-
E.
SQLite
SQLite is a lightweight, self-contained, serverless SQL database engine widely embedded in applications, operating systems, and devices.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: SqlTransaction Target entity description: 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.
-
A.
Jakarta Transactions
Jakarta Transactions is the Jakarta EE specification that defines a standard API and infrastructure for managing distributed transactions in Java enterprise applications.
-
B.
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.
-
C.
TXN
TXN is the stock ticker symbol for Texas Instruments Incorporated, a major American technology company known for designing and manufacturing semiconductors and integrated circuits.
-
D.
SQL
SQL (Structured Query Language) is a standardized programming language used to manage, query, and manipulate data in relational database management systems.
-
E.
SQLite
SQLite is a lightweight, self-contained, serverless SQL database engine widely embedded in applications, operating systems, and devices.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
.NET class
ⓘ
ADO.NET class ⓘ database transaction abstraction ⓘ |
| associatedWith |
SqlCommand
ⓘ
DbConnection ⓘ
surface form:
SqlConnection
|
| belongsToAssembly |
System.Data
ⓘ
surface form:
System.Data.dll
|
| canBeAssignedTo | SqlCommand.Transaction property ⓘ |
| createdBy |
SqlConnection.BeginTransaction()
ⓘ
SqlTransaction self-linksurface differs ⓘ
surface form:
SqlConnection.BeginTransaction(IsolationLevel)
|
| definedIn |
System.Data
ⓘ
surface form:
System.Data.SqlClient namespace
|
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.data.sqlclient.sqltransaction ⓘ |
| ensuresProperty | all-or-nothing execution of a set of SQL statements ⓘ |
| hasMethod |
Commit()
ⓘ
Dispose() ⓘ Equals(Object) ⓘ GetHashCode() ⓘ GetType() ⓘ Rollback() ⓘ Rollback(String) ⓘ Save(String) ⓘ ToString() ⓘ |
| hasProperty |
Connection
ⓘ
IsolationLevel ⓘ SupportsSavepoints ⓘ TransactionId ⓘ |
| implements |
System.IDisposable
ⓘ
surface form:
IDisposable
|
| inheritsFrom | DbTransaction ⓘ |
| introducedIn |
.NET Framework
ⓘ
surface form:
.NET Framework 1.1
|
| languageBinding |
C# programming language
ⓘ
surface form:
C#
Visual Basic .NET ⓘ
surface form:
VB.NET
|
| lifecycle | valid until committed, rolled back, or connection is closed ⓘ |
| partOf | ADO.NET ⓘ |
| platform |
.NET 5
ⓘ
surface form:
.NET 5+
.NET Core ⓘ .NET Framework ⓘ |
| represents | SQL Server database transaction ⓘ |
| requires | open SqlConnection ⓘ |
| rollbackOn | unhandled exceptions when explicitly rolled back by code ⓘ |
| supportsFeature | savepoints via Save(String) ⓘ |
| supportsOperation |
Commit
ⓘ
Dispose ⓘ Rollback ⓘ Save ⓘ |
| threadSafety | instance members are not guaranteed to be thread-safe ⓘ |
| usedFor |
controlling transaction isolation level
ⓘ
ensuring atomicity of database operations ⓘ explicit transaction management in ADO.NET ⓘ grouping multiple SQL commands into a single unit of work ⓘ |
| usedWith | SQL Server ⓘ |
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: SqlTransaction Description of subject: 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.
Referenced by (3)
Full triples — surface form annotated when it differs from this entity's canonical label.