Click or drag to resize

Result Class

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

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public class Result : IDisposable

The Result type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number key/value pairs.
Public propertyItem Get/sets the value for a key.
Public propertyKeys Gets the all the key names.
Public propertyQueryArgs Gets the original Query arguments.
Public propertyQueryCommand Gets the original Query command.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
Remarks
Calling the Query method returns a Result object.
See Also