We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409190f commit 2fc5b5bCopy full SHA for 2fc5b5b
samples/samples-js-v4/src/functions/GetProducts.js
@@ -7,6 +7,7 @@ const { app, input } = require('@azure/functions');
7
const sqlInput = input.generic({
8
type: 'sql',
9
commandText: 'select * from Products where Cost = @Cost',
10
+ commandType: 'Text',
11
parameters: '@Cost={cost}',
12
connectionStringSetting: 'SqlConnectionString'
13
})
0 commit comments