Пример #1
0
 public static string EFDatabaseType(this ColumnBase column)
 {
     return(column.EFDatabaseType(true));
 }