DatasetQuery.LocalContents Property

Contains the TDataTable that resulted from one of the sync commands, such as SelectCommand or NextCommand.
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)> _ 
<ID("LocalContents", (int)e.LocalContents, -1, "TInternalDataTable result of last Dataset operation", (int)eDomain.Client)> _ 
Public ReadOnly Property LocalContents() As TInternalDataTable
This language is not supported or no code example is available.
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] 
[ID("LocalContents", (int)e.LocalContents, -1, "TInternalDataTable result of last Dataset operation", (int)eDomain.Client)] 
public TInternalDataTable LocalContents {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