QueryResult.IsEmpty

Syntax:

IsEmpty()

Returned value:

Type: Boolean.
True means no records; otherwise False - is returned.

Description:

Determines whether there are resulting records (regardless of grand totals).

Availability:

Server, thick client, external connection, Mobile application (server).

Example:

If Query.Execute().IsEmpty() Then
    Return False;
EndIf
;


    

1C:Enterprise Developer's Community