DatabaseSetParameterValue Method
| Retired Content |
|---|
|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Sets a parameter value.
Namespace:
Microsoft.Practices.EnterpriseLibrary.DataAssembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
public virtual void SetParameterValue( DbCommand command, string parameterName, Object value )
Parameters
- command
- Type: System.Data.CommonDbCommand
The command with the parameter.
- parameterName
- Type: SystemString
The parameter name.
- value
- Type: SystemObject
The parameter value.
| Retired Content |
|---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |