|
LinqSerializerTTargetSerializeWhere Method |
Serializes the Where LINQ expression to a text
Namespace: DrawerBackup.Native.ExpressionsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic string SerializeWhere(
Expression<Func<TTarget, bool>> predicate
)
Public Function SerializeWhere (
predicate As Expression(Of Func(Of TTarget, Boolean))
) As String
public:
String^ SerializeWhere(
Expression<Func<TTarget, bool>^>^ predicate
)
member SerializeWhere :
predicate : Expression<Func<'TTarget, bool>> -> string
Parameters
- predicate
- Type: System.Linq.ExpressionsExpressionFuncTTarget, Boolean
The predicate
Return Value
Type:
String
See Also