Skip to content

Commit

Permalink
fixup! Document HasColumnOrder
Browse files Browse the repository at this point in the history
Fix broken snippet
  • Loading branch information
bricelam committed Oct 25, 2021
1 parent fb056c9 commit 23440e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/modeling/entity-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ By default when creating a table with [migrations](../managing-schemas/migration

### [Data Annotations](#tab/data-annotations)

[!code-csharp[](../../../samples/core/Modeling/EntityProperties/DataAnnotations/ColumnOrder.cs#sinppet_ColumnAttribute)]
[!code-csharp[](../../../samples/core/Modeling/EntityProperties/DataAnnotations/ColumnOrder.cs#snippet_ColumnAttribute)]

The Fluent API can be used to override ordering made with attributes, including resolving any conflicts when attributes on different properties specify the same order number.

Expand Down

0 comments on commit 23440e2

Please sign in to comment.