We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efc8c7 commit f28d7e9Copy full SHA for f28d7e9
src/com/inductiveautomation/ignition/common/script/builtin/__init__.py
@@ -398,6 +398,15 @@ def getRowCount(self):
398
"""
399
pass
400
401
+ def getUnderlyingDataset(self):
402
+ # type: () -> Dataset
403
+ """Returns the underlying dataset.
404
+
405
+ Returns:
406
+ The underlying dataset.
407
+ """
408
+ return Dataset()
409
410
def getValueAt(self, row, col):
411
# type: (int, Union[int, AnyStr]) -> Any
412
"""Returns the value at the specified row index and column
0 commit comments