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