EN
Bu içerik dilinizde bulunmamaktadır ancak İngilizce sürümüne buradan bakabilirsiniz.
Bu konu henüz değerlendirilmedi - Bu konuyu değerlendir

insert function

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.


Invoked when an item is insert into a table.

function insert(item, user, request) { }
item
Type: object

The rowset to be inserted into the table.

user
Type: object

The User object that represents an authenticated user when authentication is required, otherwise undefined.

request
Type: object

The Request object that represents the request for the operation.

Type: undefined

When the insert operation succeeds, a response with 201 HTTP status code is returned with the state of the inserted item in the body. This item includes the ID of the item generated during the insert operation.

You can control data that is inserted by modifying the state of the item object before the execute method is called.

You can override the default success and error behaviors. For more information, see Mobile Services server script reference

Bunu faydalı buldunuz mu?
(1500 karakter kaldı)
© 2013 Microsoft. Tüm hakları saklıdır.
facebook page visit twitter rss feed newsletter