Exemplo n.º 1
0
 public override void OnDbModelConstructing(DbModel dbModel)
 {
     base.OnDbModelConstructing(dbModel);
     dbModel.AddCustomType(new DbCustomTypeInfo(dbModel, SystemSchema, ArrayAsTableTypeName, DbCustomTypeKind.ArrayAsTable));
 }
Exemplo n.º 2
0
 public override void OnDbModelConstructing(DbModel dbModel)
 {
     base.OnDbModelConstructing(dbModel);
       dbModel.AddCustomType(new DbCustomTypeInfo(dbModel, SystemSchema, ArrayAsTableTypeName, DbCustomTypeKind.ArrayAsTable));
 }