LoadDataPlanText(String) Method
In This Topic
Loads data into the database table from text file.
Syntax
|
|---|
'Declaration
Public Overloads Sub LoadDataPlanText( _
ByVal As String _
) |
|
|---|
public void LoadDataPlanText(
string
) |
Parameters
- file
- The path to the text file that contains plain text to obtain data from.
See Also