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