This topic has not yet been rated - Rate this topic

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

Retrieves parameter information from the stored procedure specified in the DbCommand and populates the Parameters collection of the specified DbCommand object.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Data.Sql
Assembly:  Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll)
protected override void DeriveParameters(
	DbCommand discoveryCommand
)

Parameters

discoveryCommand
Type: System.Data.CommonDbCommand
The DbCommand to do the discovery.
The DbCommand must be a SqlCommand instance.
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)