Creates an action that executes {0}, catches any errors that occur while executing the action, and returns a record containing aHasError
field and either aValue
orError
field depending on whether the action executed successfully.
Creates a text value from the logical value {0}, either true or false . If {0} is not a logical value, an exception is thrown. ...
Creates a time value from a textual representation, {0}, following ISO 8601 format standard. Time.FromText("12:34:12") Time, ...
Creates a time value from a textual representation, {0}. Time.FromText("12:34:12") Time, hh:mm:ss Time.FromText("12:34:12.1254425") ...
Creates an action that executes the sequence of elements in {0} in order. Each element of {0} is either an action or a function ...
Creates an action that executes {0}, catches any errors that occur while executing the action, and returns a record containing ...
Creates an action that executes {1} against {0} using the options specified in {2}. The behavior of the created action is ...
Creates an action that executes {1} against {0} using the parameters specified in {2} and the options specified in {3}. The ...
Creates an action that executes {1} against {0} using the parameters specified in {2} and the options specified in {3}. The ...
Creates an action that inserts {1} into {0}. The action returns a table containing the inserted rows as they appear in {0} ...