DevForce Help Reference
Default Property (TransactionSettings)


Default settings for all queries and saves.
Syntax
'Declaration
 
Public Shared Property Default As TransactionSettings
'Usage
 
Dim value As TransactionSettings
 
TransactionSettings.Default = value
 
value = TransactionSettings.Default
public static TransactionSettings Default {get; set;}
Remarks
The Default provides application-wide default transaction settings. You can supply settings for a particular query with the query's QueryStrategy, and for a particular save with the SaveOptions passed in the SaveChanges call. Note that you can also define defaults for an EntityManager using the DefaultQueryStrategy and DefaultSaveOptions.
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

TransactionSettings Class
TransactionSettings Members

Send Feedback