dotnet / dotnet/dotnet-api-docs

inconsistent text under remarks

Open
#8,582 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.