SqlDataSourceDesigner.DeriveParameters Method (String, DbCommand)
.NET Framework (current version)
Derives the parameters from the specified SQL command and adds corresponding Parameter objects to the command's parameters collection.
Assembly: System.Design (in System.Design.dll)
abstract DeriveParameters : providerName:string * command:DbCommand -> unit override DeriveParameters : providerName:string * command:DbCommand -> unit
Parameters
- providerName
-
Type:
System.String
The name of the data provider.
- command
-
Type:
System.Data.Common.DbCommand
A DbCommand object.
.NET Framework
Available since 2.0
Available since 2.0
Show: