DataContext.Refresh method (RefreshMode, Object)

Refreshes the specified entity with the latest data from the content database according to the specified mode.

Namespace:  Microsoft.SharePoint.Linq
Assembly:  Microsoft.SharePoint.Linq (in Microsoft.SharePoint.Linq.dll)

Syntax

'Declaration
Public Sub Refresh ( _
    mode As RefreshMode, _
    entity As Object _
)
'Usage
Dim instance As DataContext
Dim mode As RefreshMode
Dim entity As Object

instance.Refresh(mode, entity)
public void Refresh(
    RefreshMode mode,
    Object entity
)

Parameters

See also

Reference

DataContext class

DataContext members

Refresh overload

Microsoft.SharePoint.Linq namespace