Click or drag to resize
ElementFactoryFromXml Method
Overload List
  NameDescription
Public methodFromXml(String)
Return a result from an AML string
Public methodFromXml(XmlNode)
Return a result from an AML node
Public methodFromXml(Stream, String, IConnection)
Return a result from an AML stream indicating that it is the result of a query performed on a specific connection
Public methodFromXml(String, String, IConnection)
Return a result from an AML string indicating that it is the result of a query performed on a specific connection
Public methodFromXml(XmlNode, String, IConnection)
Return a result from an AML node indicating that it is the result of a query performed on a specific connection
Top
See Also