Share via


DataCommandType.Text Field

Indicates a text command type, where the command text should be native code understood by the DDEX provider, for example, SQL.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Const Text As Integer
'Usage
Dim value As Integer 

value = DataCommandType.Text
public const int Text
public:
literal int Text
public const var Text : int

.NET Framework Security

See Also

Reference

DataCommandType Class

DataCommandType Members

Microsoft.VisualStudio.Data Namespace