DevForce Help Reference
PocoSaveMode Property


Determines how to discover any custom server side POCO save methods.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property PocoSaveMode As PocoSaveMode
'Usage
 
Dim instance As SaveOptions
Dim value As PocoSaveMode
 
instance.PocoSaveMode = value
 
value = instance.PocoSaveMode
[DataMember()]
public PocoSaveMode PocoSaveMode {get; set;}
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