SqlDataAdapter

E827341

SqlDataAdapter is an ADO.NET component that acts as a bridge between a SQL Server database and a DataSet, handling the retrieval and updating of data without requiring explicit connection management in application code.

All labels observed (3)

Label Occurrences
SqlDataAdapter canonical 1
SqlDataAdapter() 1
SqlDataAdapter(SqlCommand) 1

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf ADO.NET component
bridge between SQL Server and DataSet
data adapter
belongsToAssembly System.Data.dll
linked to: System.Data
canBeUsedFor batch updates
mapping database columns to DataSet columns
optimistic concurrency control via commands
category data access technology
compatibleWith SQL Server database
linked to: SQL Server
constructorOverload SqlDataAdapter()
linked to: SqlDataAdapter

SqlDataAdapter(SqlCommand)
linked to: SqlDataAdapter

SqlDataAdapter(string selectCommandText, SqlConnection selectConnection)
SqlDataAdapter(string selectCommandText, string selectConnectionString)
definedIn .NET 5+
linked to: .NET (5 and later)

.NET Core
.NET Framework
developedBy Microsoft
hasMethod Dispose
Fill
FillSchema
GetFillParameters
ResetFillLoadOption
Update
hasProperty DeleteCommand
InsertCommand
SelectCommand
TableMappings
UpdateCommand
inheritsFrom DbDataAdapter
manages closing connections implicitly during Fill
closing connections implicitly during Update
opening connections implicitly during Fill
opening connections implicitly during Update
oftenUsedWith SqlCommandBuilder
partOf System.Data.SqlClient namespace
supports disconnected data access
fill DataSet from SQL Server
update SQL Server from DataSet
threadSafety instance members are not guaranteed to be thread safe
static members are thread safe
usedWith DataSet
DataTable
SqlCommand
SqlConnection
linked to: DbConnection
uses TDS protocol via SqlClient provider

How these facts were elicited

Referenced by (3)

Full triples — surface form annotated when it differs from this entity's canonical label.

ADO.NET coreClass SqlDataAdapter
SqlDataAdapter constructorOverload SqlDataAdapter()
linked to: SqlDataAdapter
SqlDataAdapter constructorOverload SqlDataAdapter(SqlCommand)
linked to: SqlDataAdapter