IdeaBlade DevForce 2010 Help Reference
IgnoreClientValidationErrors Property
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > SaveOptions Class : IgnoreClientValidationErrors Property



Gets or sets a flag whether to ignore client validation errors on save.

Syntax

Visual Basic (Declaration) 
Public Property IgnoreClientValidationErrors As Boolean
Visual Basic (Usage)Copy Code
Dim instance As SaveOptions
Dim value As Boolean
 
instance.IgnoreClientValidationErrors = value
 
value = instance.IgnoreClientValidationErrors
C# 
public bool IgnoreClientValidationErrors {get; set;}
C++/CLI 
public:
property bool IgnoreClientValidationErrors {
   bool get();
   void set (    bool value);
}

Remarks

When false, 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 op will proceed to the server. Defaults to true.

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

© 2013 All Rights Reserved.