Gets or sets the record filter 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 = "Nr")]
public string RecordFilter { get; set; }
Visual Basic (Declaration)
<CommandParameterPropertyAttribute(Key := "Nr")> _
Public Property RecordFilter As String
Visual C++
[CommandParameterPropertyAttribute(Key = L"Nr")]
public:
property String^ RecordFilter {
	String^ get ();
	void set (String^ value);
}

See Also