ProjectDB.UpdateDataRowsAsync Method

Update data rows async
Public Function UpdateDataRowsAsync( _ 
ByVal tableName As String, _ 
ByVal rows As DataRow(), _ 
ByVal error As TRef<string>
) As Task(Of Dictionary(Of Integer, String))
This language is not supported or no code example is available.
public Task<Dictionary<int, string>> UpdateDataRowsAsync( 
string tableName
DataRow[] rows
TRef<string> error 
)
This language is not supported or no code example is available.

Parameters

tableName
string

Table name

rows
DataRow[]

Array of rows for updating

error
TRef<string>

[Output] Error on failure

Return Value

Task<Dictionary<int, string>>

Dictionary containg errors by row ID (on failure)

.NET Framework

Supported in: 4.8

In this article

Definition