SqlDataSourceDesigner.DeriveParameters Method (String, DbCommand)

 

Derives the parameters from the specified SQL command and adds corresponding Parameter objects to the command's parameters collection.

Namespace:   System.Web.UI.Design.WebControls
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
Return to top
Show: