Deployment Tools Foundation
Update Method (fields, values)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Linq ► QRecord ► Update(IList<(Of <<'(String>)>>), IList<(Of <<'(String>)>>))
Update multiple fields in the record (and the database).
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Update( IList<string> fields, IList<string> values )
Public Sub Update ( fields As IList(Of String), values As IList(Of String) )
public: void Update( IList<String^>^ fields, IList<String^>^ values )
Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.9.1006.0)