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, string user, string password, IEnumerable<DBColumn> fields ) |
Visual Basic |
---|
Public Sub New ( _ filepath As String, _ table As String, _ user As String, _ password 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
- user
- Type: System..::..String
The user name that has (or will have) access to the database file
- password
- Type: System..::..String
The user's password
- fields
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'DBColumn>)>)>
The fields to create in the new table