ComponentOne DataObjects for .NET
RowError Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class : RowError Property
Gets or sets the custom error description for a row.
Syntax
'Declaration
 
Public Property RowError As System.String
public System.string RowError {get; set;}
Remarks
See HasErrors for details.
See Also

Reference

C1DataRow Class
C1DataRow Members
C1DataRow Class