ParameterCache Class

Provides parameter caching services for dynamic parameter discovery of stored procedures. Eliminates the round-trip to the database to derive the parameters and types when a command is executed more than once.

Namespace: Microsoft.Practices.EnterpriseLibrary.Data
Assembly: Microsoft.Practices.EnterpriseLibrary.Data (in Microsoft.Practices.EnterpriseLibrary.Data.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class ParameterCache
'Declaration
Public Class ParameterCache
public ref class ParameterCache

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Data.ParameterCache

See Also

ParameterCache Members

Microsoft.Practices.EnterpriseLibrary.Data Namespace