mirror of
https://github.com/KeymonSoft/AdditionalLibs.git
synced 2026-04-18 03:39:23 +00:00
6 lines
293 B
Plaintext
6 lines
293 B
Plaintext
For Each records() As Object In $resultado$.Rows
|
|
LogColor($"====== ${$resultado$.Tag} - REGISTROS = ${$resultado$.Rows.Size}"$, Colors.RGB(215,37,0))
|
|
For Each k As String In $resultado$.Columns.Keys
|
|
LogColor(k & " = " & records($resultado$.Columns.Get(k)), Colors.RGB(215,37,0))
|
|
Next
|
|
Next |