====== Get Table Row ====== ===== Description ===== Retrieves a row from a table. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Keys | [[Tuple Type]] | Keys corresponding to the desired row. | | Table | [[Table Type]] | Table to extract the row from. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Result | [[Tuple Type]] | Row extracted from the table. | ===== Group ===== [[Functor List#Table | Table]] ===== Notes ===== None. ===== Internal Name ===== GetTableRow