QueryableDataSourceView::GetOriginalValues Method (IDictionary^)

.NET Framework (current version)
 

Retrieves the original values for the specified keys that were stored during the Select operation.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

protected:
virtual IDictionary^ GetOriginalValues(
	IDictionary^ keys
)

Parameters

keys
Type: System.Collections::IDictionary^

The keys of the rows to update.

Return Value

Type: System.Collections::IDictionary^

The original values for the specified keys that were stored during the Select operation.

.NET Framework
Available since 4.0
Return to top
Show: