Method ToBooleanExpression
- Namespace
- Innova.Rest.Abstractions
- Assembly
- Innova.Rest.Abstractions.dll
ToBooleanExpression<T>(byte[])
public static Expression<Func<T, bool>> ToBooleanExpression<T>(this byte[] bytes)
Parameters
bytes
byte[]
Returns
- Expression<Func<T, bool>>
Type Parameters
T