DevForce Help Reference
IgnoreClientValidationErrors Property


Gets or sets a flag whether to ignore client validation errors on save.
Syntax
'Declaration
 
Public Property IgnoreClientValidationErrors As Boolean
'Usage
 
Dim instance As SaveOptions
Dim value As Boolean
 
instance.IgnoreClientValidationErrors = value
 
value = instance.IgnoreClientValidationErrors
public bool IgnoreClientValidationErrors {get; set;}
Remarks
When false, a save operation that contains entities with client validation errors will not proceed to the server. When true, client validation errors are ignored (cleared) and the save operation will proceed to the server. Defaults to true.
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