Class DynamicExtensions used to replace System.Linq.Dynamic.Core library.
Object
Namespace: System.Linq.Dynamic.Core
Assembly: Radzen.Blazor.dll
public static class DynamicExtensionsSorts the elements of a sequence in ascending or descending order according to a key.
public static IOrderedQueryable<Dynamic.Core.T> OrderBy(IQueryable<Dynamic.Core.T> source, string selector, Object[] parameters)
| Type | Name | Description |
|---|---|---|
| IQueryable<Dynamic.Core.T> | source | |
| string | selector | |
| Object[] | parameters |
| Type | Description |
|---|---|
| IOrderedQueryable<Dynamic.Core.T> |
Projects each element of a sequence into a collection of property values.
public static IQueryable Select(IQueryable<Dynamic.Core.T> source, string selector, Object[] parameters)
| Type | Name | Description |
|---|---|---|
| IQueryable<Dynamic.Core.T> | source | |
| string | selector | |
| Object[] | parameters |
| Type | Description |
|---|---|
| IQueryable |
Projects each element of a sequence into a collection of property values.
public static IQueryable Select(IQueryable source, string selector, Object[] parameters)
| Type | Name | Description |
|---|---|---|
| IQueryable | source | |
| string | selector | |
| Object[] | parameters |
| Type | Description |
|---|---|
| IQueryable |
Filters using the specified filter descriptors.
public static IQueryable<Dynamic.Core.T> Where(IQueryable<Dynamic.Core.T> source, string predicate, Object[] parameters, Object[] otherParameters)
| Type | Name | Description |
|---|---|---|
| IQueryable<Dynamic.Core.T> | source | |
| string | predicate | |
| Object[] | parameters | |
| Object[] | otherParameters |
| Type | Description |
|---|---|
| IQueryable<Dynamic.Core.T> |