forList

abstract fun <S : Any, T : Any> forList(prop: KProperty1<S, List<T>>, block: KMutableSubQuery<P, Association<S, T>>.() -> Unit): KMutableSubQuery<P, Association<S, T>>