C-DEngine 5.105

TheTRF..::..RowNo Property

The Row Number in the source Table

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

Syntax


public int RowNo { get; set; }
Public Property RowNo As Integer
	Get
	Set
public:
property int^ RowNo {
	int^ get ();
	void set (int^ value);
}