Creates a new instance of the AccessDataSet class.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: 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 ) |
Visual Basic |
---|
Public Sub New ( _ filePath As String, _ table 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.
Remarks
This overload should be used for files that do not require authentication.