Collection Contents Previous Next PDF

UltraLite.NET User's Guide

iAnywhere.UltraLite namespace

PreparedStatement class

HasResultSet property


Indicates whether the prepared statement generates a result set or not.

Prototypes 

' Visual Basic
Public Readonly Property HasResultSet As Boolean

// C#
public bool HasResultSet {get;}

Remarks 

True if a result set is generated when this statement is executed, false if no result set is generated.

Exceptions 

Collection Contents Previous Next PDF