Gets or sets the EQL expression for the command.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
[CommandParameterPropertyAttribute(Key = "Nrs")]
public string EqlExpression { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Nrs")> _
Public Property EqlExpression As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"Nrs")]
public:
property String^ EqlExpression {
	String^ get ();
	void set (String^ value);
}

See Also