Пример #1
0
 public static ISchemaBuilder CreateReduceIndexTable <T>(this ISchemaBuilder builder, Action <ICreateTableCommand> table, string collection = null)
 {
     return(builder.CreateReduceIndexTable(typeof(T), table, collection));
 }