This commit is contained in:
Charles Gagnon 2022-09-09 11:24:38 -07:00 коммит произвёл GitHub
Родитель 1f97f2f864
Коммит 1581032361
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ Azure SQL bindings for Azure Functions are supported for:
- [Stored Procedure](#stored-procedure)
- [IAsyncEnumerable](#iasyncenumerable)
- [Output Binding](#output-binding)
- [ICollector<T>/IAsyncCollector<T>](#icollectortiasynccollectort)
- [ICollector<T>/IAsyncCollector<T>](#icollectoriasynccollector)
- [Array](#array)
- [Single Row](#single-row)
- [Primary Keys and Identity Columns](#primary-keys-and-identity-columns)