MobileServiceTable.select function

Applies the specific column projection to the query against the table.

mobileServiceTable.select(function() { /* defines projection */ });

Parameters

  • function
    Type: function

    Function that defines the projection.

Return Value

Type: Query object

A query that can be further composed.

.NET Framework Equivalent

Select

Requirements

Namespace

WindowsAzure.MobileServices

Library

MobileServices.js

See Also

Reference

MobileServiceTable object

Other Resources

How to use an HTML/JavaScript client for Azure Mobile Services