Load an XmlDocument with the content of the xml file
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
protected virtual XmlDocument ReadTable( string objectType )
Protected Overridable Function ReadTable ( _ objectType As String _ ) As XmlDocument
protected: virtual XmlDocument^ ReadTable( String^ objectType )
 Parameters
 Parameters- objectType (String)
- the type of the invoking class
 Return Value
 Return ValueXmlDocument loaded with data from the file