LinqConnect Documentation
Devart.Data.Linq Namespace / DataContext Class / Refresh Method / Refresh(RefreshMode,IEnumerable) Method
One of the RefreshMode values.
The collection of entities to be refreshed.

In This Topic
    Refresh(RefreshMode,IEnumerable) Method
    In This Topic
    Refreshes a collection of entity objects according to the specified mode.
    Syntax
    'Declaration
     
    Public Overloads Sub Refresh( _
       ByVal mode As RefreshMode, _
       ByVal entities As IEnumerable _
    ) 
    public void Refresh( 
       RefreshMode mode,
       IEnumerable entities
    )

    Parameters

    mode
    One of the RefreshMode values.
    entities
    The collection of entities to be refreshed.
    Requirements

    Target Platforms: 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