SqlDataSourceDesigner.DeriveParameters Method
.NET Framework 3.0
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)
Assembly: System.Design (in system.design.dll)
protected void DeriveParameters ( String providerName, DbCommand command )
protected function DeriveParameters ( providerName : String, command : DbCommand )
Not applicable.
Parameters
- providerName
The name of the data provider.
- command
A DbCommand object.
Community Additions
ADD
Show: