|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 | 3 | title: IEnumerable-IQueryable | DataManager | ASP.NET MVC | Syncfusion
|
4 | | -description: IEnumerable-IQueryable |
| 4 | +description: Learn here about IEnumerableIQueryable in Syncfusion ASP.NET MVC DataManager Control, its elements, and more. |
5 | 5 | platform: ejmvc
|
6 | 6 | control: DataManager
|
7 | 7 | documentation: ug
|
8 | 8 | keywords : IEnumerable-IQueryable, IQueryable, IEnumerable
|
9 | 9 |
|
10 | 10 | ---
|
11 | 11 |
|
12 | | -# IEnumerable |
| 12 | +# IEnumerable in ASP.NET MVC DataManager |
13 | 13 |
|
14 | 14 | IEnumerable will execute **select** query on server side, load data in-memory on client side and then filter data.IEnumerable can be used for querying data from in-memory collections like List, Array etc.
|
15 | 15 |
|
@@ -55,7 +55,7 @@ Refer the below given code to bind data from IEnumerable list through datamanage
|
55 | 55 |
|
56 | 56 | The result of above code example is illustrated as follows.
|
57 | 57 |
|
58 | | - |
| 58 | + |
59 | 59 |
|
60 | 60 | ## Filtering Sorting and Searching with IEnumerable
|
61 | 61 |
|
@@ -85,7 +85,7 @@ Refer the below given code to perform these actions
|
85 | 85 |
|
86 | 86 | The result of above code example is illustrated as follows.
|
87 | 87 |
|
88 | | - |
| 88 | + |
89 | 89 |
|
90 | 90 | ## IQueryable
|
91 | 91 |
|
@@ -151,4 +151,4 @@ Refer the below code for performing these actions using IQueryable in Grid
|
151 | 151 |
|
152 | 152 | The result of above code example is illustrated as follows.
|
153 | 153 |
|
154 | | - |
| 154 | + |
0 commit comments