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