Loads a
DataSet from the specified string containing XML representation of the data.
Syntax
'Declaration
Public Sub ReadXmlFromString( _
ByVal As String _
)
public void ReadXmlFromString(
string
)
Parameters
- xml
- A string containing XML representation of the data.
See Also