USA
800 691 9120
UK
01225 704844
We use cookies on our website to analyze website usage and to help secure the website against misuse. Advertising and functional cookies are not used in our site or our web application products.
By clicking “Accept Essential Cookies Only”, you consent to us placing these cookies.
Store a list as a SQL-safe parameterised VALUES list for bulk INSERT statements
Marks the value as a SQL insert-list type so that each item in the comma-separated input is converted to a parameterised placeholder such as (@var1),(@var2). Must be used with variable assignment. Throws if not assigned to a variable.
| Parameter | Description |
|---|---|
| cmd | Comma-separated values to convert to parameterised INSERT placeholders |
SqlInListValues "Comma-separated values to convert to parameterised INSERT placeholders"