MobileServiceTableQuery<T>.ToCollectionView Method

Creates 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
Public Function ToCollectionView As MobileServiceCollectionView(Of T)
'Usage
Dim instance As MobileServiceTableQuery 
Dim returnValue As MobileServiceCollectionView(Of T)

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

Return Value

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

See Also

Reference

MobileServiceTableQuery<T> Class

Microsoft.WindowsAzure.MobileServices Namespace