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

Represents a generic database parameter.
Afficher le fichier Open project: mono/ScrewTurnWiki

Méthodes publiques

Méthode Description
Parameter ( ParameterType type, string name, object value ) : System

Initializes a new instance of the T:GenericDbParameter class.

Method Details

Parameter() public méthode

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.
Résultat System