|
57 | 57 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 60 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
61 | 61 | |
62 | 62 | ]]></format> |
63 | 63 | </remarks> |
|
110 | 110 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 113 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
114 | 114 | |
115 | 115 | ]]></format> |
116 | 116 | </remarks> |
|
154 | 154 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 157 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
158 | 158 | |
159 | 159 | ]]></format> |
160 | 160 | </remarks> |
|
205 | 205 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 208 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
209 | 209 | |
210 | 210 | ]]></format> |
211 | 211 | </remarks> |
|
249 | 249 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 252 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
253 | 253 | |
254 | 254 | ]]></format> |
255 | 255 | </remarks> |
|
291 | 291 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 294 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
295 | 295 | |
296 | 296 | This projection method requires the transform function, `selector`, to produce one value for each value in the source sequence, `source`. If `selector` returns a value that is itself a collection, it is up to the consumer to traverse the subsequences manually. |
297 | 297 | |
|
343 | 343 | ## Remarks |
344 | 344 | The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenBy%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>. |
345 | 345 | |
346 | | - This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 346 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
347 | 347 | |
348 | 348 | ]]></format> |
349 | 349 | </remarks> |
|
389 | 389 | ## Remarks |
390 | 390 | The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenBy%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>. |
391 | 391 | |
392 | | - This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 392 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
393 | 393 | |
394 | 394 | ]]></format> |
395 | 395 | </remarks> |
|
442 | 442 | ## Remarks |
443 | 443 | The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenByDescending%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>. |
444 | 444 | |
445 | | - This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 445 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
446 | 446 | |
447 | 447 | ]]></format> |
448 | 448 | </remarks> |
|
488 | 488 | ## Remarks |
489 | 489 | The use of a <xref:System.Data.EnumerableRowCollectionExtensions.ThenByDescending%2A> operation requires an existing primary sorting operation using <xref:System.Data.EnumerableRowCollectionExtensions.OrderBy%2A>. |
490 | 490 | |
491 | | - This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in [!INCLUDE[csprcs](~/includes/csprcs-md.md)] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 491 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
492 | 492 | |
493 | 493 | ]]></format> |
494 | 494 | </remarks> |
|
528 | 528 | <format type="text/markdown"><] or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
| 531 | + This method is implemented by using deferred execution. The immediate return value is an object that stores all the information that is required to perform the action. The query represented by this method is not executed until the object is enumerated either by calling its `GetEnumerator` method directly or by using `foreach` in Visual C# or `For Each` in [!INCLUDE[vbprvb](~/includes/vbprvb-md.md)]. |
532 | 532 | |
533 | 533 | ]]></format> |
534 | 534 | </remarks> |
|
0 commit comments