Share via


DataCommandType.Table Field

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

'Declaration
Public Const Table As Integer
public const int Table
public:
literal int Table
static val mutable Table: int
public const var Table : int

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).

.NET Framework Security

See Also

Reference

DataCommandType Class

Microsoft.VisualStudio.Data Namespace