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)

protected:
virtual void DeriveParameters(
	String^ providerName,
	DbCommand^ command
)

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: