Returns true if no parameters are specified for the command, else returns false.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public virtual bool IsEmptyCommand()
Visual Basic (Declaration)
Public Overridable Function IsEmptyCommand As Boolean
Visual C++
public:
virtual bool IsEmptyCommand()

See Also