Update Method (fields, values)

Microsoft Deployment Tools

Deployment Tools Foundation Update Method (fields, values)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQRecordUpdate(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
)
Parameters
fields (IList<(Of <(String>)>))
column names of fields to update
values (IList<(Of <(String>)>))
new values for each field being updated

Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq) Version: 3.0.0.0 (3.5.1623.0)