Indicates a table command type, where the command text is the identifier of a table from which all results should be retrieved.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Const Table As Integer
'使用
Dim value As Integer
value = DataCommandType.Table
public const int Table
public:
literal int Table
public const var Table : int
Field Value
Type: System.Int32
Remarks
This name must follow all standard rules for table identifiers on the data source. Executing the command will cause all data from this table to be selected (given a valid set of parameters).
Permissions
- 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.