예제 #1
0
 public DbType ConvertDataTypeToDbType(DbType dataType)
 {
     return(SchemaGenerator.ConvertDataTypeToDbType(dataType));
 }