DataCommandType.Table 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 table command type, where the command text is the identifier of a table from which all results should be retrieved.
public: int Table = 3;
public const int Table = 3;
val mutable Table : int
Public Const Table As Integer = 3