DataCommandType.Text Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates a text command type, where the command text should be native code understood by the DDEX provider, for example, SQL.
public: int Text = 1;
public const int Text = 1;
val mutable Text : int
Public Const Text As Integer = 1