Sql.Net Class Library Documentation

WhereTerm.CreateNotIn Method

Creates a WhereTerm which represents SQL NOT IN clause

Overload List

Creates a WhereTerm which represents SQL NOT IN clause

public static WhereTerm CreateNotIn(SqlExpression,SqlConstantCollection);

Creates a WhereTerm which represents SQL NOT IN clause

public static WhereTerm CreateNotIn(SqlExpression,string);

See Also

WhereTerm Class | Reeb.SqlOM Namespace