This commit is contained in:
Tim Welsh 2017-05-10 10:32:19 -04:00 коммит произвёл GitHub
Родитель 79280e314d
Коммит b5eb3db8f9
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -45,6 +45,7 @@ void GenerateTypesFromMetadata()
from t in Tables.Values
where GenerateSchemaAsType && t.Schema != null && !t.TableSchema.IsDefaultSchema
group t by t.Schema into gr
orderby gr.Key
let typeName = SchemaNameMapping.TryGetValue(gr.Key, out schemaName) ? schemaName : gr.Key
select new
{