Esempio n. 1
0
 public static ISchemaBuilder DropMapIndexTable <T>(this ISchemaBuilder builder, string collection = null)
 {
     return(builder.DropMapIndexTable(typeof(T), collection));
 }