Click or drag to resize
ElementFactoryFromXml Method (XmlNode, String, IConnection)
Return a result from an AML node indicating that it is the result of a query performed on a specific connection

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public IReadOnlyResult FromXml(
	XmlNode xml,
	string query,
	IConnection conn
)

Parameters

xml
Type: System.XmlXmlNode
query
Type: SystemString
conn
Type: Innovator.ClientIConnection

Return Value

Type: IReadOnlyResult
See Also