コード例 #1
0
ファイル: MsSqlDbDriver.cs プロジェクト: kouweizhong/vita
 public override void OnDbModelConstructing(DbModel dbModel)
 {
     base.OnDbModelConstructing(dbModel);
     dbModel.AddCustomType(new DbCustomTypeInfo(dbModel, SystemSchema, ArrayAsTableTypeName, DbCustomTypeKind.ArrayAsTable));
 }
コード例 #2
0
ファイル: MsSqlDbDriver.cs プロジェクト: yuanfei05/vita
 public override void OnDbModelConstructing(DbModel dbModel)
 {
     base.OnDbModelConstructing(dbModel);
       dbModel.AddCustomType(new DbCustomTypeInfo(dbModel, SystemSchema, ArrayAsTableTypeName, DbCustomTypeKind.ArrayAsTable));
 }