static int BulkInsertMListTablePropertyRoute <E, V>(List <E> entities, PropertyRoute route, SqlBulkCopyOptions copyOptions, int?timeout, string message)
     where E : Entity
 {
     return(BulkInsertMListTable <E, V>(entities, route.GetLambdaExpression <E, MList <V> >(safeNullAccess: false), copyOptions, timeout, message));
 }