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
public const int Text
public:
literal int Text
static val mutable Text: int
public const var Text : int
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.