docs icon indicating copy to clipboard operation
docs copied to clipboard

Example has undocumented syntax.

Open hlevene opened this issue 5 years ago • 5 comments

The example has "Group By CountryName = cust.Country...", but the Syntax section would not indicate this is proper.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

hlevene avatar May 06 '20 23:05 hlevene

/cc @KathleenDollard

BillWagner avatar May 11 '20 14:05 BillWagner

Can you clarify what you think is not describe.

Group [optional stuff not used] By required stuff [more optional stuff]

KathleenDollard avatar May 12 '20 21:05 KathleenDollard

Using an alias to define the key. Group By CountryName = cust.Country                           Into RegionalCustomers = Group, Count() From: Kathleen DollardSent: Tuesday, May 12, 2020 2:44 PMTo: dotnet/docsCc: hlevene; AuthorSubject: Re: [dotnet/docs] Example has undocumented syntax. (#18292) Can you clarify what you think is not describe.Group [optional stuff not used] By required stuff [more optional stuff]—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe. 

hlevene avatar May 12 '20 22:05 hlevene

@hlevene Your email response seems to have shown up in github malformed. Can you reply directly on github? Thanks!

@KathleenDollard could it be the = piece in the group by? The syntax example at the top doesn't have an equals sign, yet the code below uses one.

Thraka avatar May 21 '20 16:05 Thraka

Using an alias to define the key.

Group By CountryName = cust.Country Into RegionalCustomers = Group, Count() The example has an "=", while the description doesn't include that syntax.

hlevene avatar May 22 '20 21:05 hlevene