DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.sqlTableEof | Constructors | Fields | Methods | Properties | Events
Test for Eof on the table. Close the table if Eof.
// C# public virtual abstract bool sqlTableEof( int _id );
' VisualBasic Public Overridable MustOverride Function sqlTableEof( ByVal _id As Integer ) As Boolean
// Oxygene public function sqlTableEof( _id : Integer ) : Boolean; virtual; abstract;
Name | Type | Description |
---|---|---|
_id | int Integer | table index |
Type | Description |
---|---|
bool Boolean | True if eof is reached |