SQLSelect.Fetch Method (Typed) | |
Fetch the next row.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.21
Syntax VIRTUAL METHOD Fetch() AS LOGIC
public virtual bool Fetch()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if successful; otherwise, FALSE.
Remarks
Sends a NotifyRecordChange message, if successful.
Tip |
---|
ODBC does not support the use of both SQLSelect:Fetch() and SQLSelect:ExtendedFetch() within the same select. |
See Also