IMobileServiceTable<T>.ToCollectionView Method

Create a new collection view based on the query.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Function ToCollectionView As MobileServiceCollectionView(Of T)
'Usage
Dim instance As IMobileServiceTable 
Dim returnValue As MobileServiceCollectionView(Of T)

returnValue = instance.ToCollectionView()
MobileServiceCollectionView<T> ToCollectionView()
MobileServiceCollectionView<T>^ ToCollectionView()
abstract ToCollectionView : unit -> MobileServiceCollectionView<'T> 
function ToCollectionView() : MobileServiceCollectionView<T>

Return Value

Type: Microsoft.WindowsAzure.MobileServices.MobileServiceCollectionView<T>
The collection view.

See Also

Reference

IMobileServiceTable<T> Interface

Microsoft.WindowsAzure.MobileServices Namespace