Indicates whether the prepared statement generates a result set or not.
' Visual Basic
Public Readonly Property HasResultSet As Boolean
// C#
public bool HasResultSet {get;}
True if a result set is generated when this statement is executed, false if no result set is generated.
SQLException class - A SQL error occurred.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.