ESRI.ArcGIS.Mobile.Client
Validate Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Feature Class : Validate Method

dc
Determines whether a value in the row for a specified column is valid.

Syntax

Visual Basic (Declaration) 
Public Function Validate( _
   ByVal dc As DataColumn _
) As Boolean
C# 
public bool Validate( 
   DataColumn dc
)

Parameters

dc

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