Improved documentation, bumped package version to 1.0.6

This commit is contained in:
2023-01-31 18:24:29 -08:00
parent c4c39bfc46
commit 0348b26aec
4 changed files with 27 additions and 2 deletions

View File

@ -6,7 +6,7 @@ namespace MontoyaTech.MySqlPlus.Example
public class Program
{
[MySqlRow("cars")]
[MySqlRowIndex("make_model", "model", "year")]
[MySqlRowIndex("model_year", "model", "year")]
[MySqlRowIndex("year", "year")]
public class Car
{