Skip to content

Commit 4b637f5

Browse files
authored
Update functions-bindings-azure-mysql-input.md
1 parent 4c18133 commit 4b637f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-bindings-azure-mysql-input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ const { app, input } = require('@azure/functions');
547547
const mysqlInput = input.generic({
548548
type: 'mysql',
549549
commandText: 'select * from Products where Cost = @Cost',
550+
parameters: '@Cost={Cost}',
550551
commandType: 'Text',
551552
connectionStringSetting: 'MySqlConnectionString'
552553
})

0 commit comments

Comments
 (0)