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.]
Crée une commande à partir d'une connexion et d'une requête
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 DbCommand CreateCommand( this DbConnection connection, string commandText ) |
Visual Basic (Déclaration) |
---|
<ExtensionAttribute> _ Public Shared Function CreateCommand ( _ connection As DbConnection, _ commandText As String _ ) As DbCommand |
Visual C++ |
---|
public: [ExtensionAttribute] static DbCommand^ CreateCommand( DbConnection^ connection, String^ commandText ) |
Paramètres
- connection
- Type: System.Data.Common..::..DbConnection
La connexion
- commandText
- Type: System..::..String
Le texte de la requête