Compartilhar via


QueryResult<T> Constructor

Include Protected Members
Include Inherited Members

[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.]

Initializes a new instance of the QueryResult<T> class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method QueryResult<T>() Initializes a new instance of the QueryResult<T> class with default values.
Public method QueryResult<T>(IEnumerable<T>) Initializes a new instance of the QueryResult<T> class with the specified collection of result items.
Public method QueryResult<T>(IEnumerable<T>, Int32) Initializes a new instance of the QueryResult<T> class with the specified collection of result items and total count.

Top

See Also

Reference

QueryResult<T> Class

System.ServiceModel.DomainServices.Client Namespace