DBTable.OnQueryChanged

Called when the query is changed.

This property is read only.

Syntax Parameters Return Value
Event DBTable.OnQueryChanged( _
    conn_str As String, _
    query As String)
  • conn_str [in]

    Type: String

  • query [in]

    Type: String

-