ToSql(T, T2) Method (Expression(Func(T, T2, Boolean)))

SimpleEssentials

Generator..::..ToSql<(Of <(<'T, T2>)>)> Method (Expression<(Of <(<'Func<(Of <(<'T, T2, Boolean>)>)>>)>)>)

Namespace:  SimpleEssentials.LinqToSQL
Assembly:  SimpleEssentials (in SimpleEssentials.dll)

Syntax


public static WherePart ToSql<T, T2>(
	Expression<Func<T, T2, bool>> expression
)
Public Shared Function ToSql(Of T, T2) ( _
	expression As Expression(Of Func(Of T, T2, Boolean)) _
) As WherePart
public:
generic<typename T, typename T2>
static WherePart^ ToSql(
	Expression<Func<T, T2, bool^>^>^ expression
)

Type Parameters

T
T2

Parameters

expression
Type: Expression<(Of <(<'Func<(Of <(<'T, T2, Boolean>)>)>>)>)>