This commit is contained in:
grzegorz.russek
2013-06-05 20:09:31 +00:00
parent 52eb3e7844
commit 578a36d3aa

View File

@@ -63,7 +63,6 @@ namespace DynamORM.Builders.Extensions
internal static T Table<T>(this T builder, Type type) where T : DynamicQueryBuilder internal static T Table<T>(this T builder, Type type) where T : DynamicQueryBuilder
{ {
var mapper = DynamicMapperCache.GetMapper(type); var mapper = DynamicMapperCache.GetMapper(type);
string name = string.Empty;
if (mapper == null) if (mapper == null)
throw new InvalidOperationException("Cant assign unmapable type as a table."); throw new InvalidOperationException("Cant assign unmapable type as a table.");