DataContext.Refresh Method
Include Protected Members
Include Inherited Members
Refreshes one or more entities with the latest data from the content database.
Overload List
Name | Description | |
---|---|---|
Refresh(RefreshMode, IEnumerable) | Refreshes a collection of entities with the latest data from the content database according to the specified mode. | |
Refresh(RefreshMode, Object) | Refreshes the specified entity with the latest data from the content database according to the specified mode. | |
Refresh(RefreshMode, []) | Refreshes an array of entities with the latest data from the content database according to the specified mode. |
Top