메소드 | 설명 | |
---|---|---|
MobileServiceTable ( string tableName, |
Initializes a new instance of the MobileServiceTables class.
|
메소드 | 설명 | |
---|---|---|
Patch ( IJsonValue original, IJsonValue updated ) : IJsonValue |
Patch an object with the values returned by from the server. Given that it's possible for the server to change values on an insert or update, we want to make sure the client object reflects those changes.
|
|
SendDeleteAsync ( JsonObject instance, string>.IDictionary |
Delete an object from a given table.
|
|
SendInsertAsync ( JsonObject instance, string>.IDictionary |
Insert a new object into a table.
|
|
SendLookupAsync ( object id, string>.IDictionary |
||
SendReadAsync ( string queryString, string>.IDictionary |
Execute a query against a table.
|
|
SendUpdateAsync ( JsonObject instance, string>.IDictionary |
Update an object in a given table.
|
public MobileServiceTable ( string tableName, |
||
tableName | string | The name of the table. |
client | /// Reference to the MobileServiceClient associated with this table. /// | |
리턴 | System |