When you execute a stored procedure from the object tree for a sql server that has parameters for datetime2, the generated command does not put ' single quotes around the values.
While temporal data support is something that has existed in the past within other database platforms, it is a newly available feature with the RTM version of SQL Server 2016. In case you haven’t ...