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
/// <typeparam name="TNewResult">The type of the new result (must be same as TResult with an additional as field).</typeparam>
142
146
/// <typeparam name="TFrom">The type of the from documents.</typeparam>
143
-
/// <typeparam name="TConnect">The type of the connect field.</typeparam>
144
-
/// <typeparam name="TConnectFrom">The type of the connect from field (must be either TConnect or a type that implements IEnumerable{TConnect}).</typeparam>
145
-
/// <typeparam name="TStartWith">The type of the start with expression (must be either TConnect or a type that implements IEnumerable{TConnect}).</typeparam>
146
-
/// <typeparam name="TAs">The type of the documents in the as field.</typeparam>
147
-
/// <typeparam name="TAsEnumerable">The type of the enumerable as field.</typeparam>
147
+
/// <typeparam name="TConnectFrom">The type of the connect from field (must be either TConnectTo or a type that implements IEnumerable{TConnectTo}).</typeparam>
148
+
/// <typeparam name="TConnectTo">The type of the connect to field.</typeparam>
149
+
/// <typeparam name="TStartWith">The type of the start with expression (must be either TConnectTo or a type that implements IEnumerable{TConnectTo}).</typeparam>
150
+
/// <typeparam name="TAsElement">The type of the as field elements.</typeparam>
151
+
/// <typeparam name="TAs">The type of the as field.</typeparam>
152
+
/// <typeparam name="TNewResult">The type of the new result (must be same as TResult with an additional as field).</typeparam>
148
153
/// <param name="from">The from collection.</param>
149
154
/// <param name="connectFromField">The connect from field.</param>
150
155
/// <param name="connectToField">The connect to field.</param>
0 commit comments