FoodMenuPagetempOrderlist Field |
MobileServiceCollection of type OrderList, to carry all the ordered items, orderList in the database
Namespace: foodez.WaiterPagesAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic MobileServiceCollection<OrderList, OrderList> tempOrderlist
Public tempOrderlist As MobileServiceCollection(Of OrderList, OrderList)
public:
MobileServiceCollection<OrderList^, OrderList^>^ tempOrderlist
val mutable tempOrderlist: MobileServiceCollection<OrderList, OrderList>
Field Value
Type:
MobileServiceCollectionOrderList,
OrderList
See Also