Documentation de Dvp.NET. Forum : http://www.developpez.net/forums/f1239/applications/projets/projets-heberges/dvp-net/ 
Assembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
[Ceci est une documentation préliminaire, sous réserve de modification.]
            Ajoute à la commande un paramètre avec les options spécifiées
            
Espace de nom : Developpez.Dotnet.DataAssembly : Developpez.Dotnet (dans Developpez.Dotnet.dll) Version: 0.6.0.0 (0.6.0.0)
 Syntaxe
Syntaxe
| C# | 
|---|
| public static DbParameter AddParameter( this DbCommand command, string name, DbType dbType, int size, ParameterDirection direction ) | 
| Visual Basic (Déclaration) | 
|---|
| <ExtensionAttribute> _ Public Shared Function AddParameter ( _ command As DbCommand, _ name As String, _ dbType As DbType, _ size As Integer, _ direction As ParameterDirection _ ) As DbParameter | 
| Visual C++ | 
|---|
| public: [ExtensionAttribute] static DbParameter^ AddParameter( DbCommand^ command, String^ name, DbType dbType, int size, ParameterDirection direction ) | 
Paramètres
- command
- Type: System.Data.Common..::..DbCommand
 La commande à laquelle ajouter un paramètre
- name
- Type: System..::..String
 Le nom du paramètre
- dbType
- Type: System.Data..::..DbType
 Le type du paramètre
- size
- Type: System..::..Int32
 La taille du paramètre
- direction
- Type: System.Data..::..ParameterDirection
 La direction du paramètre






