Skip to content

Commit ffc2c5b

Browse files
Merge pull request #269107 from JetterMcTedder/patch-1
Update functions-bindings-azure-sql-trigger.md
2 parents 7188e2a + 46d4d8e commit ffc2c5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-bindings-azure-sql-trigger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,9 @@ public class SqlChangeToDoItem {
219219
public SqlChangeToDoItem() {
220220
}
221221

222-
public SqlChangeToDoItem(ToDoItem item, SqlChangeOperation operation) {
223-
this.item = item;
224-
this.operation = operation;
222+
public SqlChangeToDoItem(ToDoItem Item, SqlChangeOperation Operation) {
223+
this.Item = Item;
224+
this.Operation = Operation;
225225
}
226226
}
227227
```

0 commit comments

Comments
 (0)