Any way to get table rows in GQI as we have in automation script?
31st March 2025
Is there any way to get table rows in GQI as we have in automation script? IDmsTable table = elementData.GetTable(Convert.ToInt32(paramTableId)); var primarykeyNames = table.GetPrimaryKeys().ToArray(); for (int i = 0; i …