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



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

ColumnName
The name of the column being edited.

ColumnValue
The value that will be applied to the database

Database
Reference to the data access layer

EditMode
Indicates if validation is for an Insert or Update

Message
Validation failure message displayed to the user.

Inheritance Hierarchy
Object
EventArgs
 ColumnValidateEventArgs

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