SqlBuilder..::..Where<(Of <(<'T>)>)> Method
Namespace:
SimpleEssentials.Utils
Assembly:
SimpleEssentials (in SimpleEssentials.dll)
Syntax
public static WherePart Where<T>( CustomCommand command, Expression<Func<T, bool>> expression )
Public Shared Function Where(Of T) ( _ command As CustomCommand, _ expression As Expression(Of Func(Of T, Boolean)) _ ) As WherePart
public: generic<typename T> static WherePart^ Where( CustomCommand^ command, Expression<Func<T, bool^>^>^ expression )
Type Parameters
- T
Parameters
- command
- Type: SimpleEssentials.Utils..::..CustomCommand
- expression
- Type: Expression<(Of <(<'Func<(Of <(<'T, Boolean>)>)>>)>)>