FloorPlanUpdateTable Method |
Updates the table.
Namespace: foodez.SharedPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task UpdateTable(
int table
)
Public Function UpdateTable (
table As Integer
) As Task
public:
Task^ UpdateTable(
int table
)
member UpdateTable :
table : int -> Task
Parameters
- table
- Type: SystemInt32
The table.
Return Value
Type:
Task[Missing <returns> documentation for "M:foodez.SharedPages.FloorPlan.UpdateTable(System.Int32)"]
See Also