Share via


QueryResult Class

 

Represents the results of a query request along with the total count of entities identified by the request URI after all $filter system query options have been applied.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Mobile.Service.Tables.QueryResult

Syntax

public class QueryResult
public ref class QueryResult 
type QueryResult = class end
Public Class QueryResult

Constructors

Name Description
System_CAPS_pubmethod QueryResult(IEnumerable, Nullable<Int64>)

Initializes a new instance of the QueryResult with a given subset of results and optionally a totalCount.

Properties

Name Description
System_CAPS_pubproperty Count

The total count of entities identified by the request URI after all $filter system query options have been applied.

System_CAPS_pubproperty Results

The results of the query.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top