DevForce Help Reference
PersistenceOrder Property


For future use. Gets or sets the order in which entities should be processed when persisting to a non-EDM data source.
Syntax
'Declaration
 
Public Property PersistenceOrder As IList(Of Type)
'Usage
 
Dim instance As SaveOptions
Dim value As IList(Of Type)
 
instance.PersistenceOrder = value
 
value = instance.PersistenceOrder
public IList<Type> PersistenceOrder {get; set;}
Remarks
Not currently used.
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

SaveOptions Class
SaveOptions Members

Send Feedback