Load an XmlDocument with the content of the xml file
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
- objectType (String)
- the type of the invoking class
Return Value
XmlDocument loaded with data from the file