GenericXmlBridge<TDataAccess>.Save Method |
Name | Description | |
---|---|---|
![]() | Save() |
Saves the DataAccess component to file, using its connection
property.
The output inludes data access versioning info. Output stored using this method can be read again using the Open method. |
![]() | Save(Stream) |
Saves the DataAccess component to file, using its connection
property.
The output inludes data access versioning info. Output stored using this method can be read again using the Open method. |
![]() | Save(XmlWriter) |
Writes the DataAccess component to XmlWriter.
The output inludes data access versioning info. Output stored using this method can be read again using the Open method. |