DbNetSuiteVS
RowValidateEventArgs Class
NamespacesDbNetLink.DbNetSuiteVSRowValidateEventArgs
The RowValidateEventArgs class encapsulates the arguments passed to the RowValidate event handler
Declaration Syntax
C#Visual Basic
public class RowValidateEventArgs : EventArgs
Public Class RowValidateEventArgs _
	Inherits EventArgs
Members
All MembersConstructorsFields



IconMemberDescription
RowValidateEventArgs()()()
Initializes a new instance of the RowValidateEventArgs class

ColumnToHighlight
The name of the column to highlight in error

CurrentRecord
The values on the current database record (update only)

Database
Data access object

EditMode
Indicates if validation is for an Insert or Update

Message
Validation failure message to display to user.

Record
Column values that have been modified. Values are keyed on column name.

Inheritance Hierarchy
Object
EventArgs
 RowValidateEventArgs

Assembly: DbNetLink.DbNetSuiteVS (Module: DbNetLink.DbNetSuiteVS) Version: 0.9.3317.16858 (0.9.0.0)