sends the data back to the server.
Namespace:
Google.GData.Client
Assembly:
Google.GData.Client (in Google.GData.Client.dll)
Version: 1.4.0.2
Syntax
| C# |
|---|
public Y Update<Y>( Y entry ) where Y : new(), Entry |
| Visual Basic (Declaration) |
|---|
Public Function Update(Of Y As {New, Entry}) ( _ entry As Y _ ) As Y |
| Visual C++ |
|---|
public: generic<typename Y> where Y : gcnew(), Entry Y Update( Y entry ) |
Parameters
- entry
- Type: Y
Type Parameters
- Y