dotnet / dotnet/dotnet-api-docs
inconsistent text under remarks
Open
area-System.Data.SqlClient
Pri3
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/Microsoft.SqlServer.Server/SqlUserDefinedAggregateAttribute.xml
from article
Remarks
Reserved for future use. This property is not currently used by the query processor: order is currently not guaranteed.
Incorrectly setting this property can result in incorrect query results. This property is not an optimizer hint; it affects the plan selected and the results returned by the query.
The default value for this property is false.
A property cannot be "not in use" and at the same time have an effect on the results. That would imply it is used.
Contributor guide
Assessment
This issue has not been assessed yet.