Exemplo n.º 1
0
 public TypeSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type)
     : base(dbContext)
 {
     _type = type;
 }
Exemplo n.º 2
0
 public DependenciesSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type, IDependencyMatrix dependencyMatrix)
     : base(dbContext)
 {
     _type = type;
     _dependencyMatrix = dependencyMatrix;
 }
Exemplo n.º 3
0
 public DependenciesSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type, IDependencyMatrix dependencyMatrix)
     : base(dbContext)
 {
     _type             = type;
     _dependencyMatrix = dependencyMatrix;
 }
Exemplo n.º 4
0
 public TypeSqlGenerator(DataDictionaryDbContext dbContext, DBA_TYPES type)
     : base(dbContext)
 {
     _type = type;
 }