Overload List

NameDescription
ReadTable(String, Int32)
Return rows from a Query Table or Materialized Window. No guarantees are made regarding the order of rows returned.
ReadTable(String, Int32, String)
Return rows from a Query Table or Materialized Window, applying an optional predicate to decide which rows are returned. No guarantees are made regarding the order of rows returned.

See Also