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 IDbDataParameter AddParameter( this IDbCommand command, string name, DbType dbType, int size, ParameterDirection direction ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function AddParameter ( _ command As IDbCommand, _ name As String, _ dbType As DbType, _ size As Integer, _ direction As ParameterDirection _ ) As IDbDataParameter |
Visual C++ |
---|
public: [ExtensionAttribute] static IDbDataParameter^ AddParameter( IDbCommand^ command, String^ name, DbType dbType, int size, ParameterDirection direction ) |
Paramètres
- command
- Type: System.Data..::..IDbCommand
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