[This is preliminary documentation and is subject to change.]
Update the data within a table.
Declaration Syntax
C# | Visual Basic | Visual C++ |
void update( Guid p_id, string p_table, params NameValuePair[] p_values )
Sub update ( _ p_id As Guid, _ p_table As String, _ ParamArray p_values As NameValuePair() _ )
void update( Guid p_id, String^ p_table, ... array<NameValuePair^>^ p_values )
Parameters
- p_id (Guid)
- Unique identifier which references an instance
- p_table (String)
- Name of a type
- p_values (array< NameValuePair >[]()[])
- List of named values