This commit is contained in:
grzegorz.russek
2012-08-28 10:03:48 +00:00
parent eddda942a3
commit 936b90ab7b
2 changed files with 21 additions and 1 deletions

View File

@@ -48,7 +48,7 @@ namespace DynamORM.Mapper
/// <summary>Gets map of columns to properties.</summary>
public Dictionary<string, DynamicPropertyInvoker> ColumnsMap { get; private set; }
/// <summary>Gets map of properties to column.</summary>
/// <summary>Gets map of properties to column.</summary>
public Dictionary<string, string> PropertyMap { get; private set; }
/// <summary>Gets list of ignored properties.</summary>