Contents Index ULPreparedStatement class AppendByteChunkParameter method

UltraLite for MobileVB User's Guide
  UltraLite for MobileVB API Reference
    ULPreparedStatement class

Properties


Prototype Description
HasResultSet As Boolean (read-only) Indicates whether the prepared statement generates a result set.

True if the statement has a result set, otherwise, false.

If true, ExecuteQuery should be called instead of ExecuteStatement.

Plan (read-only) As String Gets the access plan UltraLite will use to execute a query. This property is intended primarily for use during development.
ResultSetSchema As ULResultSetSchema (read-only) Gets the schema description for the result set if the statement is for a result set

Contents Index ULPreparedStatement class AppendByteChunkParameter method