Check if value (szX) is a valid data type for column Col.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend Function CheckItem ( _
	Col As String, _
	szX As String _
) As String

Parameters

Col
Type: System..::..String
Column name as string.
szX
Type: System..::..String
Value to check.

Return Value

Error message if data is not valid.

See Also