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