AdoDotNetConnectionSupport.GetCommandType, méthode

Convertit une valeur d'énumération DataCommandType à sa valeur correspondante dans l'énumération d'CommandType.

Espace de noms :  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Protected Shared Function GetCommandType ( _
    commandType As DataCommandType _
) As CommandType
protected static CommandType GetCommandType(
    DataCommandType commandType
)
protected:
static CommandType GetCommandType(
    DataCommandType commandType
)
static member GetCommandType : 
        commandType:DataCommandType -> CommandType
protected static function GetCommandType(
    commandType : DataCommandType
) : CommandType

Paramètres

Valeur de retour

Type : CommandType
Valeur d'énumération CommandType.

Sécurité .NET Framework

Voir aussi

Référence

AdoDotNetConnectionSupport Classe

Microsoft.VisualStudio.Data.Framework.AdoDotNet, espace de noms