A linq predicate that select the data item being referenced. You can use this when filtering data on the DataConnection.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public Expression<Func> GetPredicateExpression() |
| Visual Basic |
|---|
Public Function GetPredicateExpression As Expression(Of Func) |
| Visual C++ |
|---|
public: Expression<Func^>^ GetPredicateExpression() |