ProjectDB.UpdateDataRows Method

Update data rows
Public Function UpdateDataRows( _ 
ByVal tableName As String, _ 
ByVal rows As DataRow(), _ 
ByRef error As String
) As Dictionary(Of Integer, String)
This language is not supported or no code example is available.
public Dictionary<int, string> UpdateDataRows( 
string tableName
DataRow[] rows
out 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
string

[Output] Error on failure

Return Value

Dictionary<int, string>

Dictionary containg errors by row ID (on failure)

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition