DataSupport.CreateXmlResourceManager Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CreateXmlResourceManager(String, Assembly) | Creates a ResourceManager object instance that is able to read managed resources that end with the .xml file extension. | |
CreateXmlResourceManager(String, String) | Creates a ResourceManager object instance that is able to read XML files from a file at a specific location on disk. |
Top