try another way to implement the data stucture
This commit is contained in:
@ -6,11 +6,11 @@
|
||||
<# //@ include file="$(ProjectDir)LinqToDB.Templates\PluralizationService.ttinclude" #>
|
||||
<#
|
||||
|
||||
NamespaceName = "DataModels";
|
||||
NamespaceName = "UserService.DatabaseLayer.DataModels";
|
||||
|
||||
// to configure GetSchemaOptions properties, add them here, before load metadata call
|
||||
|
||||
LoadMySqlMetadata("srvbo", "UserService", "UserDbAdmin", "12345678");
|
||||
LoadMySqlMetadata("srvbo", "UserService2", "UserDbAdmin", "12345678");
|
||||
// LoadMySqlMetadata(string connectionString);
|
||||
|
||||
// to adjust loaded database model before generation, add your code here, after load metadata, but before GenerateModel() call
|
||||
|
Reference in New Issue
Block a user