Click or drag to resize
LinqSerializerTTargetSerializeWhere Method
Serializes the Where LINQ expression to a text

Namespace: DrawerBackup.Native.Expressions
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public string SerializeWhere(
	Expression<Func<TTarget, bool>> predicate
)

Parameters

predicate
Type: System.Linq.ExpressionsExpressionFuncTTarget, Boolean
The predicate

Return Value

Type: String
See Also