SqlHelperParameterCache provides functions to leverage a static cache of procedure parameters, and the ability to discover parameters for stored procedures at run-time.

Namespace: Mediachase.FileUploader
Assembly:  Mediachase.FileUploader (in Mediachase.FileUploader.dll)

Syntax

C#
public sealed class SqlHelperParameterCache
Visual Basic (Declaration)
Public NotInheritable Class SqlHelperParameterCache

Inheritance Hierarchy

System..::Object
  Mediachase.FileUploader..::SqlHelperParameterCache

See Also