DbQuery<TResult>.Results Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The list that contains the data returned by the query.

Namespace:  System.Activities.Core
Assembly:  System.Activities.Core (in System.Activities.Core.dll)

Syntax

'Declaration
Public Property Results As OutArgument(Of IList(Of TResult))
    Get
    Set
'Usage
Dim instance As DbQuery
Dim value As OutArgument(Of IList(Of TResult))

value = instance.Results

instance.Results = value
public OutArgument<IList<TResult>> Results { get; set; }
public:
property OutArgument<IList<TResult>^>^ Results {
    OutArgument<IList<TResult>^>^ get ();
    void set (OutArgument<IList<TResult>^>^ value);
}
function get Results () : OutArgument<IList<TResult>>
function set Results (value : OutArgument<IList<TResult>>)
member Results : OutArgument<IList<'TResult>> with get, set

Property Value

Type: System.Activities.OutArgument<IList<TResult>>
The returned list.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

DbQuery<TResult> Class

DbQuery<TResult> Members

System.Activities.Core Namespace