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
C# |
---|
public static DbParameter AddParameter( this DbCommand command, string name, DbType dbType ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function AddParameter ( _ command As DbCommand, _ name As String, _ dbType As DbType _ ) As DbParameter |
Visual C++ |
---|
public: [ExtensionAttribute] static DbParameter^ AddParameter( DbCommand^ command, String^ name, DbType dbType ) |
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