ElementFactoryFromXml Method |
Name | Description | |
---|---|---|
![]() | FromXml(String) | Return a result from an AML string |
![]() | FromXml(XmlNode) | Return a result from an AML node |
![]() | FromXml(Stream, String, IConnection) | Return a result from an AML stream indicating that it is the result of a query performed on a specific connection |
![]() | FromXml(String, String, IConnection) | Return a result from an AML string indicating that it is the result of a query performed on a specific connection |
![]() | FromXml(XmlNode, String, IConnection) | Return a result from an AML node indicating that it is the result of a query performed on a specific connection |