DevForce Help Reference
RestoreStrategy Constructor


Whether the DefaultSaveOptions should be restored using the value in the EntityCache
Whether the DefaultQueryStrategy should be restored using the value in the EntityCache
The merge strategy to use when restoring the EntityCache
Initialize a new RestoreStrategy.
Syntax
'Declaration
 
Public Function New( _
   ByVal restoreSaveOptions As Boolean, _
   ByVal restoreQueryStrategy As Boolean, _
   ByVal mergeStrategy As MergeStrategy _
)
'Usage
 
Dim restoreSaveOptions As Boolean
Dim restoreQueryStrategy As Boolean
Dim mergeStrategy As MergeStrategy
 
Dim instance As New RestoreStrategy(restoreSaveOptions, restoreQueryStrategy, mergeStrategy)

Parameters

restoreSaveOptions
Whether the DefaultSaveOptions should be restored using the value in the EntityCache
restoreQueryStrategy
Whether the DefaultQueryStrategy should be restored using the value in the EntityCache
mergeStrategy
The merge strategy to use when restoring the EntityCache
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

Reference

RestoreStrategy Class
RestoreStrategy Members

Send Feedback