SqlCommand
E827340
SqlCommand is an ADO.NET class used to define and execute SQL statements and stored procedures against a SQL Server database.
All labels observed (1)
| Label | Occurrences |
|---|---|
| SqlCommand canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T9898126 — 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.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: SqlCommand Context triple: [ADO.NET, coreClass, SqlCommand]
-
A.
SQL
SQL (Structured Query Language) is a standardized programming language used to manage, query, and manipulate data in relational database management systems.
-
B.
SQL API
SQL API is a query interface in Apache Flink that lets users define streaming and batch data processing logic using standard SQL syntax.
-
C.
Rapid SQL
Rapid SQL is a database development and SQL IDE tool from Embarcadero Technologies designed to help developers and DBAs build, test, and optimize SQL code across multiple database platforms.
-
D.
ADO.NET
ADO.NET is a data access framework in the .NET ecosystem that enables applications to connect to, retrieve, manipulate, and update data from various data sources such as relational databases and XML.
-
E.
SQL Server
SQL Server is Microsoft's enterprise-grade relational database management system used for storing, managing, and analyzing data in a wide range of applications.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: SqlCommand Target entity description: SqlCommand is an ADO.NET class used to define and execute SQL statements and stored procedures against a SQL Server database.
-
A.
SQL
SQL (Structured Query Language) is a standardized programming language used to manage, query, and manipulate data in relational database management systems.
-
B.
SQL API
SQL API is a query interface in Apache Flink that lets users define streaming and batch data processing logic using standard SQL syntax.
-
C.
Rapid SQL
Rapid SQL is a database development and SQL IDE tool from Embarcadero Technologies designed to help developers and DBAs build, test, and optimize SQL code across multiple database platforms.
-
D.
ADO.NET
ADO.NET is a data access framework in the .NET ecosystem that enables applications to connect to, retrieve, manipulate, and update data from various data sources such as relational databases and XML.
-
E.
SQL Server
SQL Server is Microsoft's enterprise-grade relational database management system used for storing, managing, and analyzing data in a wide range of applications.
- F. None of above. chosen
Statements (48)
| Predicate | Object |
|---|---|
| instanceOf |
ADO.NET class
ⓘ
class ⓘ |
| belongsToFramework |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| canBeUsedWith |
parameterized queries
ⓘ
transactions ⓘ |
| defaultCommandTimeoutSeconds | 30 ⓘ |
| definedIn | System.Data.SqlClient namespace NERFINISHED ⓘ |
| definedInAssembly | System.Data.dll NERFINISHED ⓘ |
| documentationUrl | https://learn.microsoft.com/dotnet/api/system.data.sqlclient.sqlcommand ⓘ |
| hasMethod |
BeginExecuteNonQuery
ⓘ
BeginExecuteReader ⓘ BeginExecuteXmlReader ⓘ Cancel ⓘ EndExecuteNonQuery ⓘ EndExecuteReader ⓘ EndExecuteXmlReader ⓘ ExecuteNonQuery ⓘ ExecuteReader ⓘ ExecuteScalar ⓘ ExecuteXmlReader ⓘ Prepare ⓘ |
| hasProperty |
CommandText
ⓘ
CommandTimeout ⓘ CommandType ⓘ Connection ⓘ Parameters ⓘ Transaction ⓘ UpdatedRowSource ⓘ |
| implements | IDbCommand ⓘ |
| inheritsFrom | DbCommand NERFINISHED ⓘ |
| introducedIn | .NET Framework 1.0 NERFINISHED ⓘ |
| isPartOf | ADO.NET data provider for SQL Server NERFINISHED ⓘ |
| requires | open SqlConnection for execution ⓘ |
| securityConsideration | parameterized queries help prevent SQL injection ⓘ |
| supports |
asynchronous execution
ⓘ
synchronous execution ⓘ |
| supportsCommandType |
StoredProcedure
GENERATED
ⓘ
TableDirect GENERATED ⓘ Text GENERATED ⓘ |
| threadSafety | instance members are not guaranteed to be thread-safe ⓘ |
| usedFor |
executing SQL statements
ⓘ
executing stored procedures ⓘ |
| usedWith | SQL Server database NERFINISHED ⓘ |
| uses |
SqlConnection
ⓘ
SqlParameter ⓘ SqlTransaction 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.
Instruction
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.
Input
Subject: SqlCommand Description of subject: SqlCommand is an ADO.NET class used to define and execute SQL statements and stored procedures against a SQL Server database.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.