Creates a new instance of the CSVDataSet class.

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 CSVDataSet(
	string filePath
)
Visual Basic
Public Sub New ( _
	filePath As String _
)

Parameters

filePath
Type: System..::..String
The full path to the file

See Also