1 out of 1 rated this helpful - Rate this topic

DatabaseGetParameterValue 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.

Gets a parameter value.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
public virtual Object GetParameterValue(
	DbCommand command,
	string name
)

Parameters

command
Type: System.Data.CommonDbCommand
The command that contains the parameter.
name
Type: SystemString
The name of the parameter.

Return Value

The value of the parameter.
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)