Returns true if there is valid data in the current row of the result set.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function OK() As Boolean
C#
public abstract bool OK()
C++
public:
 bool OK() abstract 
J#
public abstract bool OK()
JScript
public abstract  function OK() : bool

See Also