C-DEngine 5.105

TheTRF..::..RowFilter Property

Contains a filter the Table has to apply a first before the RowNo is used

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string RowFilter { get; set; }
Public Property RowFilter As String
	Get
	Set
public:
property String^ RowFilter {
	String^ get ();
	void set (String^ value);
}