Creates a new instance of the AccessDataSet class representing a data set that does not yet exist.
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, IEnumerable<DBColumn> fields ) |
Visual Basic |
---|
Public Sub New ( _ filepath As String, _ table As String, _ fields As IEnumerable(Of DBColumn) _ ) |
Parameters
- filepath
- Type: System..::..String
The full file path of the database file
- table
- Type: System..::..String
The name to give the new table
- fields
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'DBColumn>)>)>
The fields to create in the new table
Remarks
This overload should be used for files that do not require authentication