Commit 601a5c28 authored by Nick Craver's avatar Nick Craver

Fix for #1202

Behavior is expected, but doc isn't clear - clarifying!
parent 9b010240
...@@ -118,7 +118,7 @@ Special Attributes ...@@ -118,7 +118,7 @@ Special Attributes
---------- ----------
Dapper.Contrib makes use of some optional attributes: Dapper.Contrib makes use of some optional attributes:
* `[Table("Tablename")]` - use another table name instead of the name of the class * `[Table("Tablename")]` - use another table name instead of the (by default pluralized) name of the class
```csharp ```csharp
[Table ("emps")] [Table ("emps")]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment