https://learn.microsoft.com/it-it/dotnet/api/system.data.common.dbcommand.dbparametercollection?view=netframework-4.8.1&viewFallbackFrom=net-10.0
DbCommand.DbParameterCollection Property (System.Data.Common) | Microsoft Learn
Gets the collection of DbParameter objects.
property systemdatacommonmicrosoftlearn
https://learn.microsoft.com/ru-ru/dotnet/api/system.data.common.dbcommand?view=netframework-4.8.1&viewFallbackFrom=net-10.0
DbCommand Class (System.Data.Common) | Microsoft Learn
Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands....
class systemdatacommonmicrosoftlearn
https://learn.microsoft.com/cs-cz/dotnet/api/system.data.common.dbcommand?view=netframework-4.8.1
DbCommand Class (System.Data.Common) | Microsoft Learn
Represents an SQL statement or stored procedure to execute against a data source. Provides a base class for database-specific classes that represent commands....
class systemdatacommonmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.data.common.dbcommand.prepareasync?view=netstandard-2.1&viewFallbackFrom=netframework-4.8
DbCommand.PrepareAsync(CancellationToken) Method (System.Data.Common) | Microsoft Learn
Asynchronously creates a prepared (or compiled) version of the command on the data source.
system datacancellationtokenmethodcommonmicrosoft
https://learn.microsoft.com/it-it/dotnet/api/system.data.common.dbcommand.executereaderasync?view=netframework-4.8.1&viewFallbackFrom=net-10.0
DbCommand.ExecuteReaderAsync Method (System.Data.Common) | Microsoft Learn
An asynchronous version of ExecuteReader, which executes the command against its connection, returning a DbDataReader that can be used to access the results.
system datamethodcommonmicrosoftlearn
https://learn.microsoft.com/it-it/dotnet/api/system.data.common.dbcommand.dispose?view=dotnet-uwp-10.0&viewFallbackFrom=net-10.0
DbCommand.Dispose Method (System.Data.Common) | Microsoft Learn
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
system datadisposemethodcommonmicrosoft
https://learn.microsoft.com/it-it/dotnet/api/system.data.common.dbcommand.createparameter?view=netframework-4.8.1&viewFallbackFrom=net-10.0
DbCommand.CreateParameter Method (System.Data.Common) | Microsoft Learn
Creates a new instance of a DbParameter object.
system datamethodcommonmicrosoftlearn
https://learn.microsoft.com/en-us/dotnet/api/system.data.common.dbcommand.transaction?view=netframework-4.8
DbCommand.Transaction Property (System.Data.Common) | Microsoft Learn
Gets or sets the DbTransaction within which this DbCommand object executes.
property systemtransactiondatacommonmicrosoft