IsParameter Method

SimpleEssentials

WherePart..::..IsParameter Method

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

Syntax


public static WherePart IsParameter(
	int count,
	Object value
)
Public Shared Function IsParameter ( _
	count As Integer, _
	value As Object _
) As WherePart
public:
static WherePart^ IsParameter(
	int^ count, 
	Object^ value
)

Parameters

count
Type: Int32
value
Type: Object