ComponentOne DataObjects for .NET
GetFieldError(Int32) Method

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class > GetFieldError Method : GetFieldError(Int32) Method
The index of a field.
Gets the error description for a field.
Syntax
'Declaration
 
Public Overloads Function GetFieldError( _
   ByVal fieldIndex As System.Integer _
) As System.String
public System.string GetFieldError( 
   System.int fieldIndex
)

Parameters

fieldIndex
The index of a field.
Remarks
See HasErrors for details.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class