DataSupport Constructor
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 | |
---|---|---|
DataSupport() | Class constructor. Initializes a new instance of the DataSupport class. | |
DataSupport(String, Assembly) | Class constructor. Initializes a new, parameterized instance of the DataSupport class with an XML resource stored in a managed assembly. | |
DataSupport(String, String) | Initializes a new, parameterized instance of the DataSupport class with XML that is stored as a file at a specific file path on disk. |
Top