Share via


DataCommandType.Table Field

Definition

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

Field Value

Value = 3

Applies to