IsSql Method

SimpleEssentials

WherePart..::..IsSql Method

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

Syntax


public static WherePart IsSql(
	string sql
)
Public Shared Function IsSql ( _
	sql As String _
) As WherePart
public:
static WherePart^ IsSql(
	String^ sql
)

Parameters

sql
Type: String