s11th
Results
1
comments of
s11th
i mean than when property is autoincluded your https://github.com/borisdj/EFCore.BulkExtensions/blob/862203957509245f48e024f870ef8fb2c171837e/EFCore.BulkExtensions/TableInfo.cs#L937 will transformed as query `select entity.*, navEntity.* from (your rawSql query) as entity join navigationEntity navEntity on entity.id = navEntity.entityId `...