Inspects the specified Row containing the data.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public void Inspect(
	Row row
)
Visual Basic
Public Sub Inspect ( 
	row As Row
)
Visual C++
public:
void Inspect(
	Row^ row
)
F#
member Inspect : 
        row : Row -> unit 

Parameters

row
Type: Dapfor.Net.Ui..::..Row
The row.

See Also