Click or drag to resize
LinqSerializerTTargetDeserializeWhere Method
Deserializes a Where expression

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

Parameters

expression
Type: SystemString

Return Value

Type: ExpressionFuncTTarget, Boolean
See Also