Improved documentation, bumped package version to 1.0.6
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user