You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: document TempTableDefinitions and TableVarMapping parameters (#350)
Add the two missing SqlCommandProvider parameters to the configuration
table and add new subsections explaining each feature with usage examples:
- TempTableDefinitions: explains that the provider generates a
LoadTempTables method and a nested record type for each temp table;
shows the declare/populate/execute pattern.
- TableVarMapping: explains when and why it is needed (inline TVP queries
where sp_describe_undeclared_parameters cannot infer the UDT), gives
the key=value format, and cross-references the FAQ for the duplicate-
parameter limitation.
Closes#350
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
<tr><tdclass="title">ResolutionFolder</td><td>The folder that contains the project or script.</td><td>Valid file system path. Absolute or relative.</td></tr>
22
22
<tr><tdclass="title">DataDirectory</td><td>The name of the data directory that replaces |DataDirectory| in connection strings. The default value is the project or script directory.</td><td>Valid file system path.</td></tr>
0 commit comments