Concat Method (String, WherePart)

SimpleEssentials

WherePart..::..Concat Method (String, WherePart)

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

Syntax


public static WherePart Concat(
	string operator,
	WherePart operand
)
Public Shared Function Concat ( _
	operator As String, _
	operand As WherePart _
) As WherePart
public:
static WherePart^ Concat(
	String^ operator, 
	WherePart^ operand
)

Parameters

operator
Type: String
operand
Type: SimpleEssentials.LinqToSQL..::..WherePart