Update data rows

Namespace: T.Toolkit
Assembly: T.Toolkit (in T.Toolkit.dll)

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
Type: string

Table name

rows
Type: DataRow[]

Array of rows for updating

error
Type: string

[Output] Error on failure

Return Value

Type: Dictionary<int, string>

Dictionary containg errors by row ID (on failure)

.NET Framework

Supported in: 4.6.2, 4.7