Gets or sets the EQL expression for the command.
            
    Namespace: 
   Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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); } | 





