|
1 | 1 | ---
|
2 | 2 | layout: post
|
3 | 3 | title: Query | DataManager | ASP.NET MVC | Syncfusion
|
4 |
| -description: query |
| 4 | +description: Learn here more about query support in Syncfusion Essential ASP.NET MVC DataManager Control, its elements, and more. |
5 | 5 | platform: ejmvc
|
6 | 6 | control: DataManager
|
7 | 7 | documentation: ug
|
8 | 8 | keywords: select, From, Clone, Expand
|
9 | 9 | ---
|
10 | 10 |
|
11 |
| -# Query |
| 11 | +# Query in ASP.NET MVC DataManager |
12 | 12 |
|
13 | 13 | DataManager provides support for multiple queries in order to perform various operations like filtering, sorting, cloning, expanding, searching, grouping etc., in the data source. Here, you can learn the query options in detail.
|
14 | 14 |
|
@@ -40,7 +40,7 @@ The select query of the DataManager is used to select only some particular field
|
40 | 40 |
|
41 | 41 | Result of the above code example is illustrated as follows.
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
45 | 45 | Result of using “select”
|
46 | 46 | {:.caption}
|
@@ -71,7 +71,7 @@ The from query of the DataManager is used to select the table from where the dat
|
71 | 71 |
|
72 | 72 | Result of the above code example is illustrated as follows.
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
76 | 76 | Result of using “from”
|
77 | 77 | {:.caption}
|
@@ -119,7 +119,7 @@ The clone query of the DataManager is used to duplicate the query. The following
|
119 | 119 |
|
120 | 120 | Result of the above code example is illustrated as follows.
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 | Result of using “clone”
|
125 | 125 | {:.caption}
|
@@ -150,7 +150,7 @@ The expand query of the DataManager is used to perform complex data binding.
|
150 | 150 |
|
151 | 151 | Result of the above code example is illustrated as follows.
|
152 | 152 |
|
153 |
| - |
| 153 | + |
154 | 154 |
|
155 | 155 | Result of using “expand”
|
156 | 156 | {:.caption}
|
0 commit comments