Intersoft ClientUI Documentation
ClearError Method
See Also  Send Feedback
Intersoft.Client.UI.DocumentViewers Namespace > ISqlParameterMetadata Interface : ClearError Method






propertyName
The name of the property or column to retrieve validation errors for.
Clear the validation error to the property or column supplied in the parameter.

Syntax

Visual Basic (Declaration) 
Sub ClearError( _
   ByVal propertyName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISqlParameterMetadata
Dim propertyName As String
 
instance.ClearError(propertyName)
C# 
void ClearError( 
   string propertyName
)
Delphi 
procedure ClearError( 
    propertyName: String
); 
JScript 
function ClearError( 
   propertyName : String
);
Managed Extensions for C++ 
void ClearError( 
   string* propertyName
) 
C++/CLI 
void ClearError( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property or column to retrieve validation errors for.

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

© 2012 All Rights Reserved.