Property | Type | Description | |
---|---|---|---|
Filter | string | ||
IncludeDeleted | bool | ||
OrderBy | string | ||
Select | string | ||
Skip | uint | ||
SystemProperties | MobileServiceSystemProperty | ||
Top | uint |
Method | Description | |
---|---|---|
CreateWithOrderBy ( string orderBy ) : |
||
CustomQuery ( string filter = "", string orderBy = null, uint top, uint skip, string select = null, MobileServiceSystemProperty systemProperties = MobileServiceSystemProperty.nil, bool includeDeleted = false ) : System | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
EscapeURL ( string query ) : string | ||
SystemPropertiesValues ( MobileServiceSystemProperty systemProperties ) : string |
public static CreateWithOrderBy ( string orderBy ) : |
||
orderBy | string | |
return |
public CustomQuery ( string filter = "", string orderBy = null, uint top, uint skip, string select = null, MobileServiceSystemProperty systemProperties = MobileServiceSystemProperty.nil, bool includeDeleted = false ) : System | ||
filter | string | |
orderBy | string | |
top | uint | |
skip | uint | |
select | string | |
systemProperties | MobileServiceSystemProperty | |
includeDeleted | bool | |
return | System |
public MobileServiceSystemProperty SystemProperties | ||
return | MobileServiceSystemProperty |