Creates a new instance of the AccessDataSet 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 AccessDataSet(
	string filePath,
	string table,
	string user,
	string password
)
Visual Basic
Public Sub New ( _
	filePath As String, _
	table As String, _
	user As String, _
	password As String _
)

Parameters

filePath
Type: System..::..String
The full file path of the database file
table
Type: System..::..String
The table in the database in which the data resides
user
Type: System..::..String
The user name that has access to the database file
password
Type: System..::..String
The user's password

See Also