DatasetQuery.AsyncContents Property

Contains the TDataTable that resulted from one of the asynchronous commands, such as Select or Next.
<ID("AsyncContents", (int)e.AsyncContents, -1, "TInternalDataTable result of last Dataset operation", (int)eDomain.Server)> _ 
Public ReadOnly Property AsyncContents() As TInternalDataTable
This language is not supported or no code example is available.
[ID("AsyncContents", (int)e.AsyncContents, -1, "TInternalDataTable result of last Dataset operation", (int)eDomain.Server)] 
public TInternalDataTable AsyncContents {get;}
This language is not supported or no code example is available.

Property Value

TInternalDataTable

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition