Class SqlExtensions
Inheritance
SqlExtensions
Assembly: linq2db.dll
public static class SqlExtensions
Methods
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("InImpl5")]
public static bool In<T>(this T value, T cmp1, T cmp2, T cmp3)
Parameters
Type |
Name |
Description |
T |
value |
|
T |
cmp1 |
|
T |
cmp2 |
|
T |
cmp3 |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("InImpl4")]
public static bool In<T>(this T value, T cmp1, T cmp2)
Parameters
Type |
Name |
Description |
T |
value |
|
T |
cmp1 |
|
T |
cmp2 |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("InImpl3")]
public static bool In<T>(this T value, params T[] sequence)
Parameters
Type |
Name |
Description |
T |
value |
|
T[] |
sequence |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("InImpl1")]
public static bool In<T>(this T value, IEnumerable<T> sequence)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("InImpl2")]
public static bool In<T>(this T value, IQueryable<T> sequence)
Parameters
Type |
Name |
Description |
T |
value |
|
IQueryable<T> |
sequence |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("NotInImpl5")]
public static bool NotIn<T>(this T value, T cmp1, T cmp2, T cmp3)
Parameters
Type |
Name |
Description |
T |
value |
|
T |
cmp1 |
|
T |
cmp2 |
|
T |
cmp3 |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("NotInImpl4")]
public static bool NotIn<T>(this T value, T cmp1, T cmp2)
Parameters
Type |
Name |
Description |
T |
value |
|
T |
cmp1 |
|
T |
cmp2 |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("NotInImpl3")]
public static bool NotIn<T>(this T value, params T[] sequence)
Parameters
Type |
Name |
Description |
T |
value |
|
T[] |
sequence |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("NotInImpl1")]
public static bool NotIn<T>(this T value, IEnumerable<T> sequence)
Parameters
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
[ExpressionMethod("NotInImpl2")]
public static bool NotIn<T>(this T value, IQueryable<T> sequence)
Parameters
Type |
Name |
Description |
T |
value |
|
IQueryable<T> |
sequence |
|
Returns
Type Parameters