Values.GetPreparedStatementInputSourceRetrieves the prepared statement with the specified name from the specified workgroup.
type nonrec t = {statementName : StatementName.t;The name of the prepared statement to retrieve.
*)workGroup : WorkGroupName.t;The workgroup to which the statement to be retrieved belongs.
*)}