Skip to content

Commit

Permalink
Merge pull request #1069 from YangTao9898/patch-1
Browse files Browse the repository at this point in the history
Update README.md, specifies how to ignore a field.
  • Loading branch information
praeclarum committed Mar 27, 2024
2 parents 937a7c6 + 72973ce commit 3a941c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public class Valuation
public int StockId { get; set; }
public DateTime Time { get; set; }
public decimal Price { get; set; }
[Ignore]
public string IgnoreField { get; set; }
}
```

Expand Down

0 comments on commit 3a941c7

Please sign in to comment.