Gets or sets the default QueryStrategy to use for all queries where the QueryStrategy is not set either by parameter or as part of the Query itself.
Syntax
Visual Basic (Declaration) | |
---|
Public Property DefaultQueryStrategy As QueryStrategy |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EntityManager
Dim value As QueryStrategy
instance.DefaultQueryStrategy = value
value = instance.DefaultQueryStrategy |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also