This set of classes abstracts out commands and their parameters so that the DataProviders can work their magic regardless of the client type. The System.Data.Common class was supposed to do this, but sort of fell flat when it came to MySQL and other DB Providers that don't implement the Data Factory pattern. Abstracts out the assignment of parameters, etc

Namespace:  SubSonic
Assembly:  SubSonic (in SubSonic.dll) Version: 2.1.0.0 (2.1.0)

Syntax

C#
public class QueryParameter
Visual Basic (Declaration)
Public Class QueryParameter
Visual C++
public ref class QueryParameter

Inheritance Hierarchy

System..::.Object
  SubSonic..::.QueryParameter

See Also