0 out of 1 rated this helpful - Rate this topic

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.Data
Assembly:  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.

Did you find this helpful?
(1500 characters remaining)