Gets or sets the custom filter of the collection.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string Filter { get; set; }
Visual Basic
Public Property Filter As String
	Get
	Set
Visual C++
public:
property String^ Filter {
	String^ get ();
	void set (String^ value);
}

Remarks

Elements of the collection are retrieved with a query like: SELECT * FROM BaseQuery WHERE filter.

See Also