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