I am trying to figure out how I can use the generated code to filter a select based on a value in a related to-one table.
While digging through the repository I found the PreloadWhere option which looks like it could be used but unfortunately it's not really documented and there are no examples on how to use it.
Could you show/add some documentation/examples on how to use it with generated SelectWheres?
I am trying to figure out how I can use the generated code to filter a select based on a value in a related to-one table.
While digging through the repository I found the
PreloadWhere
option which looks like it could be used but unfortunately it's not really documented and there are no examples on how to use it.Could you show/add some documentation/examples on how to use it with generated
SelectWhere
s?