Determine if a cursor is at the end of table position.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function atEOT() As Boolean
C#
public bool atEOT()
C++
public:
 bool atEOT() sealed 
J#
public bool atEOT()
JScript
public  function atEOT() : bool

See Also