Skip to content

Commit 997e402

Browse files
authored
Merge pull request #101 from syncfusion-content/SEO-1973_Site_Audit_Issues
SEO-2050_Site_Audit_Issues
2 parents ce33922 + 239e4c9 commit 997e402

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

aspnetmvc/DataManager/IEnumerable-IQueryable.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
33
title: IEnumerable-IQueryable | DataManager | ASP.NET MVC | Syncfusion
4-
description: IEnumerable-IQueryable
4+
description: Learn here about IEnumerable IQueryable in Syncfusion ASP.NET MVC DataManager Control, its elements, and more.
55
platform: ejmvc
66
control: DataManager
77
documentation: ug
88
keywords : IEnumerable-IQueryable, IQueryable, IEnumerable
99

1010
---
1111

12-
# IEnumerable
12+
# IEnumerable in ASP.NET MVC DataManager
1313

1414
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.
1515

@@ -55,7 +55,7 @@ Refer the below given code to bind data from IEnumerable list through datamanage
5555

5656
The result of above code example is illustrated as follows.
5757

58-
![](IEnumerable-IQueryable_images/Databinding.png)
58+
![ASP.NET MVC DataManager Databinding](IEnumerable-IQueryable_images/Databinding.png)
5959

6060
## Filtering Sorting and Searching with IEnumerable
6161

@@ -85,7 +85,7 @@ Refer the below given code to perform these actions
8585

8686
The result of above code example is illustrated as follows.
8787

88-
![](IEnumerable-IQueryable_images/Query.png)
88+
![ASP.NET MVC DataManager Query](IEnumerable-IQueryable_images/Query.png)
8989

9090
## IQueryable
9191

@@ -151,4 +151,4 @@ Refer the below code for performing these actions using IQueryable in Grid
151151

152152
The result of above code example is illustrated as follows.
153153

154-
![](IEnumerable-IQueryable_images/IQueryable.png)
154+
![ASP.NET MVC DataManager IQueryable](IEnumerable-IQueryable_images/IQueryable.png)

0 commit comments

Comments
 (0)