Table Property
Specifies the name of a database table selected for the Table command type or Stored Procedure for the Stored Procedure command type.
Syntax
object.Table[= String]
Parameters
The Table property syntax has these parts:
Part |
Description |
object |
An object expression that evaluates to an object in the Applies To list. |
String |
The name of the database table that is currently selected to query for the Table command type or the name of the Stored Procedure for the Stored Procedure command type. |