AdoDotNetConnectionSupport.GetCommandType(DataCommandType) Method

Definition

Converts an enumeration value from DataCommandType to its corresponding value in the CommandType enumeration.

protected:
 static System::Data::CommandType GetCommandType(Microsoft::VisualStudio::Data::Services::SupportEntities::DataCommandType commandType);
protected static System.Data.CommandType GetCommandType (Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType commandType);
static member GetCommandType : Microsoft.VisualStudio.Data.Services.SupportEntities.DataCommandType -> System.Data.CommandType
Protected Shared Function GetCommandType (commandType As DataCommandType) As CommandType

Parameters

commandType
DataCommandType

The data command type to be converted.

Returns

A CommandType enumeration value.

Applies to