Returns the schema for the XML that is returned by the SerializeAsXML method.
| Visual Basic |
|---|
Public Function GetSchema() As String |
The XML schema is the same for all data table objects.
You can use the schema to create objects for handling the data from a data table, with the help of the XML Schema Definition command line tool (xsd.exe), which is part of the .NET Framework.