C-DEngine 5.105

TheTRF..::..RowID Property

The RowID can be used to reference a specific cdeMID of the row instead of the RowNo

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

Syntax


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