Version

DataContext Property

The DataContext being performed at the time of the DataProviderError event, if any.
Syntax
'Declaration
 
Public ReadOnly Property DataContext As DataContext
public DataContext DataContext {get;}
Remarks

When the Condition is ConcurrencyConflict or DataError this property contains the DataContext describing the Operation name and any requisite arguments supplied to the WebSchedule data provider at the time this error was raised. For other error conditions, this property returns null (Nothing in Visual Basic .NET).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also