QueryCompletedResult Class

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Represents the result of a query operation.

Inheritance Hierarchy

System.Object
  System.ServiceModel.DomainServices.Client.QueryCompletedResult

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Public Class QueryCompletedResult
'Usage
Dim instance As QueryCompletedResult
public class QueryCompletedResult
public ref class QueryCompletedResult
type QueryCompletedResult =  class end
public class QueryCompletedResult

The QueryCompletedResult type exposes the following members.

Constructors

  Name Description
Public method QueryCompletedResult Initializes a new instance of the QueryCompletedResult class.

Top

Properties

  Name Description
Public property Entities Gets the entities returned from the query.
Public property IncludedEntities Gets the included entities returned from the query.
Public property TotalCount Gets the total number of rows for the original query without any paging applied to it.
Public property ValidationErrors Gets the validation errors.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

System.ServiceModel.DomainServices.Client Namespace