Skip to content

Commit

Permalink
Fix wrong quotation (MicrosoftDocs#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
StaticBR authored Jul 25, 2024
1 parent 9571b01 commit 1172667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Odata-docs/client/using-poco-classes.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In order to do this you only need to extend the `DataServiceContext` class in yo

```csharp
// Person class with Odata annotations
[Key('Id')]
[Key("Id")]
public class Person
{
public string Id { get; set; }
Expand Down

0 comments on commit 1172667

Please sign in to comment.