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