State property

Returns the current progress state.

Syntax
Visual Basic

Public Readonly Property State As ULSqlProgressState
C#

public ULSqlProgressState State  { get;}
Property value

One of the ULSqlProgressState values specifying the current SQL pass through callback state.

See also