SqlDataSourceDesigner.DeriveParameters(String, DbCommand) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Derives the parameters from the specified SQL command and adds corresponding Parameter objects to the command's parameters collection.
protected:
virtual void DeriveParameters(System::String ^ providerName, System::Data::Common::DbCommand ^ command);
protected virtual void DeriveParameters (string providerName, System.Data.Common.DbCommand command);
abstract member DeriveParameters : string * System.Data.Common.DbCommand -> unit
override this.DeriveParameters : string * System.Data.Common.DbCommand -> unit
Protected Overridable Sub DeriveParameters (providerName As String, command As DbCommand)
Parameters
- providerName
- String
The name of the data provider.
Applies to
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.