Click or drag to resize

GenericXmlBridgeTDataAccessSave Method

Overload List
  NameDescription
Public methodSave
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.

Public methodSave(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.

Public methodSave(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.

Top
See Also