DatasetTable.LocalContents Property

Contains the TDataTable resulting from one of the synchronous commands, such as SelectCommand or UpdateCommand.
<ID("LocalContents", (int)e.LocalContents, -1, "TInternalDataTable result of Dataset module operation", (int)eDomain.Client)> _ 
Public ReadOnly Property LocalContents() As TInternalDataTable
This language is not supported or no code example is available.
[ID("LocalContents", (int)e.LocalContents, -1, "TInternalDataTable result of Dataset module 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