Intersoft ClientUI Documentation
ClearError Method (ISqlParameterMetadata)



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
Sub ClearError( _
   ByVal propertyName As String _
) 
Dim instance As ISqlParameterMetadata
Dim propertyName As String
 
instance.ClearError(propertyName)
void ClearError( 
   string propertyName
)
void ClearError( 
   String^ propertyName
) 

Parameters

propertyName
The name of the property or column to retrieve validation errors for.
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

ISqlParameterMetadata Interface
ISqlParameterMetadata Members

Send Feedback