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)

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

type QueryResult = class end

NameDescription
System_CAPS_pubmethodQueryResult(IEnumerable, Nullable<Int64>)

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

NameDescription
System_CAPS_pubpropertyCount

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

System_CAPS_pubpropertyResults

The results of the query.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: