Writes a single record to the database.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public void WriteRecord(
	IDictionary<DBColumn, Object> record
)
Visual Basic
Public Sub WriteRecord ( _
	record As IDictionary(Of DBColumn, Object) _
)

Parameters

record
Type: System.Collections.Generic..::..IDictionary<(Of <(<'DBColumn, Object>)>)>
A record with fields mapped to values.

Implements

IDataSet..::..WriteRecord(IDictionary<(Of <<'(DBColumn, Object>)>>))

See Also