Click or drag to resize
ElementFactoryFromXml Method (String, String, IConnection)
Return a result from an AML string 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(
	string xml,
	string query,
	IConnection conn
)

Parameters

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

Return Value

Type: IReadOnlyResult
See Also