TableQueryTCount Method (ExpressionFuncT, Boolean) |
Namespace:
Unvired.Kernel.SQLite
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Count(
Expression<Func<T, bool>> predExpr
)
Public Function Count (
predExpr As Expression(Of Func(Of T, Boolean))
) As Integer
public:
int Count(
Expression<Func<T, bool>^>^ predExpr
)
member Count :
predExpr : Expression<Func<'T, bool>> -> int
Parameters
- predExpr
- Type: System.Linq.ExpressionsExpressionFuncT, Boolean
Return Value
Type:
Int32
See Also