C# Class ScrewTurn.Wiki.Plugins.SqlCommon.Parameter

Represents a generic database parameter.
Mostra file Open project: mono/ScrewTurnWiki

Public Methods

Method Description
Parameter ( ParameterType type, string name, object value ) : System

Initializes a new instance of the T:GenericDbParameter class.

Method Details

Parameter() public method

Initializes a new instance of the T:GenericDbParameter class.
public Parameter ( ParameterType type, string name, object value ) : System
type ParameterType The type of the parameter.
name string The name of the parameter.
value object The value of the parameter.
return System