You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varconversions=Context.Set<ConversionRecord>().WhereBulkContains(conversionIds);return(fromconversionTradeMapinContext.Set()
join cinconversions
on conversionTradeMap.Conversion.Id equals c.IdselectconversionTradeMap).ToList();
2. Exception
If you are seeing an exception, include the full exception details (message and stack trace).
System.Exception
Oops! The following table name `[ConversionRecord] AS [` has not been found in the command text for the `WhereBulkContains` features.
at Z.EntityFramework.Plus.WhereBulkContainsBuilder`1.CommandTextBuilderSQL(String schema, String tableName, String nameTempTable, List`1 KeyNamesBD, String commandText, Boolean isLast, Boolean isNotCTE)
at Z.EntityFramework.Plus.WhereBulkContainsBuilder`1.WhereBulkContains(DbContext context, String commandText, List`1 commandTableBuilders, Boolean isNotCTE)
at Z.EntityFramework.Plus.QueryHookCommandInterceptor.ApplyHook(DbCommand command, DbContext context, String hook, Boolean isNotCTE)
at Z.EntityFramework.Plus.QueryHookCommandInterceptor.ReaderExecuting(DbCommand command, DbCommandInterceptionContext`1 interceptionContext)
at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext,TResult](TTarget target, Func`3 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
at System.Data.Entity.Infrastructure.Interception.DbCommandDispatcher.Reader(DbCommand command, DbCommandInterceptionContext interceptionContext)
at System.Data.Entity.Core.EntityClient.Internal.EntityCommandDefinition.ExecuteStoreCommands(EntityCommand entityCommand, CommandBehavior behavior)
3. Fiddle or Project
I don't think this should be necessary. However, at minimum, it would be helpful if Limitations document section was updated:
1. Description
I would expect the following to work:
2. Exception
If you are seeing an exception, include the full exception details (message and stack trace).
3. Fiddle or Project
I don't think this should be necessary. However, at minimum, it would be helpful if Limitations document section was updated:
https://entityframework-extensions.net/where-bulk-contains#what-are-the-limitations
The Remarks on the method say that only 1 WhereBulkContains is supported per method, so that should be mentioned in limitations as well.
4. Any further technical details
It would be great for querying one-to-many tables to write:
or
However, this doesn't appear to be supported due to zzzprojects/EntityFramework-Extensions#489
The text was updated successfully, but these errors were encountered: