This commit is contained in:
grzegorz.russek
2014-04-23 13:14:03 +00:00
parent 16c56adb8b
commit cfa38c290e
12 changed files with 374 additions and 119 deletions

View File

@@ -142,6 +142,8 @@ namespace DynamORM.Mapper
internal string UpdateCommandText { get; set; }
internal string DeleteCommandText { get; set; }
#endregion Type command cache
}
}