Class appExt

Namespace: redb.Core.Utils
Assembly: redb.Core.dll
public static class appExt

Inheritance

ObjectappExt

Methods

Filter<T>(IQueryable<T>, string, object)

Filter IQueryable by property name dynamically.

public static IQueryable<T> Filter<T>(this IQueryable<T> query, string propertyName, object propertyValue)

forEach<K, V>(IDictionary, Action<K, V?>)

public static void forEach<K, V>(this IDictionary source, Action<K, V?> action)

forEach<T>(IEnumerable, Action<T>)

public static void forEach<T>(this IEnumerable d, Action<T> a)