Click or drag to resize

IResult Interface

A Result object provides access to a single WinWrap Basic result returned by the Query method.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public interface IResult

The IResult type exposes the following members.

Properties
 NameDescription
Public propertyQueryArgs Gets the original Query arguments.
Public propertyQueryCommand Gets the original Query command.
Public propertyQueryItems Gets the original Query arguments.
Top
Remarks
Calling the Query method returns a Result object.
See Also