A case-insensitive mapping of all column names in the DNC Metadata table to their column definitions.

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

Syntax

C#
public Dictionary<string, DBColumn> DNCMetadataColumnMap { get; }
Visual Basic
Public ReadOnly Property DNCMetadataColumnMap As Dictionary(Of String, DBColumn)
	Get

See Also