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