DfadDataSet.DfadDataSet Constructors
Initializes a new instance of the DfadDataSet class.
Overload List
Name | Description | |
---|---|---|
Public method | DfadDataSet(System.String path) | Initializes a new instance of the DfadDataSet class with the given path. |
Public method | DfadDataSet(System.String path, System.String fileName) | Initializes a new instance of the DfadDataSet class with the given path and filename. |
DfadDataSet(System.String path)
Initializes a new instance of the DfadDataSet class with the given path.Syntax
public DfadDataSet (
System.String path
)
Parameters
path
Type: System.String
The root directory where the data files are located.
The root directory where the data files are located.
DfadDataSet(System.String path, System.String fileName)
Initializes a new instance of the DfadDataSet class with the given path and filename.Syntax
public DfadDataSet (
System.String path,
System.String fileName
)
Parameters
path
Type: System.String
The root directory where the data files are located.
The root directory where the data files are located.
fileName
Type: System.String
The name of the files to read.
The name of the files to read.
Platforms
Windows, Linux, Android