示例#1
0
 public DbSpecificOption IsType(MySqlIndexType type)
 {
     return new KeyValueOption(Using, type, DbEngine.MySql);
 }
示例#2
0
 public DbSpecificOption IsType(MySqlIndexType type)
 {
     return(new KeyValueOption(Using, type, DbEngine.MySql));
 }