Méthode | Description | |
---|---|---|
Abs ( |
Creates a DbMathematicalFunctionExpression that represents returning the absolute (positive) value of the specified numeric expression.
|
|
Acos ( |
Creates a DbMathematicalFunctionExpression that represents returning the angle, in radians, whose cosine is the specified float expression; also called arccosine.
|
|
Add ( |
Creates a DbBinaryExpression that represents arithmetic addition.
|
|
AddDays ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of days to the target date time.
|
|
AddHours ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of hours to the target date time.
|
|
AddMilliseconds ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of milliseconds to the target date time.
|
|
AddMinutes ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of minutes to the target date time.
|
|
AddMonths ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of months to the target date time.
|
|
AddSeconds ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of seconds to the target date time.
|
|
AddYears ( |
Creates a DbDateTimeFunctionExpression that represents adding the specified number of years to the target date time.
|
|
Alias ( |
Creates a new DbAliasExpression.
|
|
And ( |
Creates a DbBinaryExpression that represents a logical AND operation.
|
|
Asin ( |
Creates a DbMathematicalFunctionExpression that represents returning the angle, in radians, whose cosine is the specified float expression; also called arccosine.
|
|
Assign ( |
Creates a DbBinaryExpression that represents a column or variable assignment.
|
|
Atan ( |
Creates a DbMathematicalFunctionExpression that represents returning the angle in radians whose tangent is a specified float expression. This is also called arctangent.
|
|
Atan2 ( |
Creates a DbMathematicalFunctionExpression that represents returning the angle, in radians, between the positive x-axis and the ray from the origin to the point (y, x), where x and y are the values of the two specified float expressions.
|
|
Avg ( |
Creates a DbAggregateFunctionExpression that represents returning the average of the values in the target expression.
|
|
Batch ( IEnumerable |
Creates a new DbBatchExpression.
|
|
Cast ( |
Creates a new DbUnaryExpression that represents a conversion operation.
|
|
Ceiling ( |
Creates a DbMathematicalFunctionExpression that represents returning the smallest integer greater than, or equal to, the specified numeric expression.
|
|
Column ( string columnName ) : |
Creates a new DbColumnExpression.
|
|
Column ( string prefix, string columnName ) : |
Creates a new DbColumnExpression that is wrapped inside a DbPrefixExpression.
|
|
Concat ( |
Creates a new DbConcatExpression.
|
|
Conditional ( |
Creates a new DbConditionalExpression.
|
|
Constant ( object value ) : |
Creates a new DbConstantExpression.
|
|
Cos ( |
Creates a DbMathematicalFunctionExpression that represents returning the trigonometric cosine of the specified angle, in radians, in the specified expression.
|
|
Cot ( |
Creates a DbMathematicalFunctionExpression that represents returning the trigonometric cotangent of the specified angle, in radians, in the specified float expression.
|
|
Count ( |
Creates a DbAggregateFunctionExpression that represents returning the number of items in the target expression.
|
|
Date ( |
Creates a DbDateTimeFunctionExpression that represents returning the date portion of a date time value.
|
|
DayOfMonth ( |
Creates a DbDateTimeFunctionExpression that represents returning the day of the month.
|
|
DayOfWeek ( |
Creates a DbDateTimeFunctionExpression that represents returning the day of the week.
|
|
DayOfYear ( |
Creates a DbDateTimeFunctionExpression that represents returning the day of the year.
|
|
Degrees ( |
Creates a DbMathematicalFunctionExpression that represents returning the corresponding angle in degrees for an angle specified in radians.
|
|
Delete ( |
Creates a new DbDeleteExpression that represents delete statement.
|
|
Divide ( |
Creates a DbBinaryExpression that represents arithmetic division.
|
|
Equal ( |
Creates a DbBinaryExpression that represents an equality comparison.
|
|
Exists ( DbQuery |
Creates a new DbExistsExpression.
|
|
Exists ( Func |
Creates a new DbExistsExpression.
|
|
Exp ( |
Creates a DbMathematicalFunctionExpression that represents returning the exponential value of the specified float expression.
|
|
Floor ( |
Creates a DbMathematicalFunctionExpression that represents returning the largest integer less than or equal to the specified numeric expression.
|
|
GreaterThan ( |
Creates a DbBinaryExpression that represents a 'greater than' comparison.
|
|
GreaterThanOrEqual ( |
Creates a DbBinaryExpression that represents a 'greater than or equal' comparison.
|
|
Hour ( |
Creates a DbDateTimeFunctionExpression that represents returning hour component of a date/time value.
|
|
In ( |
Creates a new DbInExpression.
|
|
In ( |
Creates a new DbInExpression.
|
|
In ( |
Creates a new DbInExpression.
|
|
InnerJoin ( |
Create a new DbJoinExpression that represents an 'INNER JOIN'.
|
|
LeftOuterJoin ( |
Create a new DbJoinExpression that represents a 'LEFT OUTER JOIN'.
|
|
Length ( |
Creates a DbStringFunctionExpression that returns the length of the expression.
|
|
LessThan ( |
Creates a DbBinaryExpression that represents a 'less than' comparison.
|
|
LessThanOrEqual ( |
Creates a DbBinaryExpression that represents a 'less than or equal' comparison.
|
|
List ( ) : DbListExpression |
Creates a new DbListExpression.
|
|
List ( IEnumerable |
Creates a new DbListExpression.
|
|
Log ( |
Creates a DbMathematicalFunctionExpression that represents returning the natural logarithm of the specified float expression.
|
|
Log10 ( |
Creates a DbMathematicalFunctionExpression that represents returning the base-10 logarithm of the specified float expression.
|
|
MakeAggregateFunction ( DbAggregateFunctionExpressionType aggregateFunctionExpressionType, |
Creates a DbAggregateFunctionExpression.
|
|
MakeBinary ( DbBinaryExpressionType binaryExpressionType, |
Creates a DbBinaryExpression.
|
|
MakeDateTimeFunction ( DbDateTimeFunctionExpressionType dateTimeFunctionExpressionType, |
Creates a new DbDateTimeFunctionExpression.
|
|
MakeJoin ( DbJoinExpressionType joinType, |
Creates a new DbJoinExpression.
|
|
MakeMathematicalFunction ( DbMathematicalFunctionExpressionType mathematicalFunctionExpressionType, |
Creates a new DbDateTimeFunctionExpression.
|
|
MakeOrderBy ( DbOrderByExpressionType orderByExpressionType, |
Creates a new DbOrderByExpression that represents ordering the result set.
|
|
MakeStringFunction ( DbStringFunctionExpressionType stringFunctionExpressionType, |
Creates a new DbStringFunctionExpression.
|
|
MakeUnary ( DbUnaryExpressionType unaryExpressionType, |
Creates a new DbUnaryExpression.
|
|
Max ( |
Creates a DbAggregateFunctionExpression that represents returning the maximum value in the target expression.
|
|
Millisecond ( |
Creates a DbDateTimeFunctionExpression that represents returning millisecond component of a date/time value.
|
|
Min ( |
Creates a DbAggregateFunctionExpression that represents returning the minimum value in the target expression.
|
|
Minute ( |
Creates a DbDateTimeFunctionExpression that represents returning minute component of a date/time value.
|
|
Month ( |
Creates a DbDateTimeFunctionExpression that represents returning month component of a date/time value.
|
|
Multiply ( |
Creates a DbBinaryExpression that represents arithmetic multiplication.
|
|
Not ( |
Creates a new DbUnaryExpression that represents negating the result of a boolean DbExpression.
|
|
NotEqual ( |
Creates a DbBinaryExpression that represents an inequality comparison.
|
|
Now ( ) : |
Creates a DbDateTimeFunctionExpression that represents returning the current date and time.
|
|
Or ( |
Creates a DbBinaryExpression that represents a logical OR operation.
|
|
OrderByAscending ( |
Creates a new DbOrderByExpression that represents an ascending ordering of the result set.
|
|
OrderByDescending ( |
Creates a new DbOrderByExpression that represents an descending ordering of the result set.
|
|
PI ( ) : |
Creates a DbMathematicalFunctionExpression that represents returning the constant value of PI.
|
|
Power ( |
Creates a DbMathematicalFunctionExpression that represents returning the value of the specified expression to the specified power.
|
|
Prefix ( |
Creates a new DbPrefixExpression.
|
|
Radians ( |
Creates a DbMathematicalFunctionExpression that represents returning the radians of the specified numeric expression.
|
|
Rand ( ) : |
Creates a DbMathematicalFunctionExpression that represents returning a pseudo-random float value from 0 through 1, exclusive.
|
|
Rand ( |
Creates a DbMathematicalFunctionExpression that represents returning a pseudo-random float value from 0 through 1, exclusive.
|
|
Replace ( |
Creates a DbStringFunctionExpression that represents replacing all occurrences of a specified string value with another string value.
|
|
Reverse ( |
Creates a DbStringFunctionExpression that represents reversing a string value.
|
|
RightOuterJoin ( |
Create a new DbJoinExpression that represents a 'RIGHT OUTER JOIN'.
|
|
Round ( |
Creates a DbMathematicalFunctionExpression that represents returning a pseudo-random float value from 0 through 1, exclusive.
|
|
Second ( |
Creates a DbDateTimeFunctionExpression that represents returning second component of a date/time value.
|
|
Select ( ) : DbSelectQuery |
Creates a new DbSelectQuery that represents a sub query.
|
|
Select ( |
Creates a new DbSelectQuery that represents a sub query.
|
|
SelectDistinct ( ) : DbSelectQuery |
Creates a new DbSelectQuery that represents a distinct sub query.
|
|
SelectDistinct ( |
Creates a new DbSelectQuery that represents a distinct sub query.
|
|
Sign ( |
Creates a DbMathematicalFunctionExpression that represents returning the positive (+1), zero (0), or negative (-1) sign of the specified expression.
|
|
Sin ( |
Creates a DbMathematicalFunctionExpression that represents returning the trigonometric sine of the specified angle, in radians, and in an approximate numeric, float, expression.
|
|
SoundEx ( |
Creates a DbStringFunctionExpression that represents returning a four-character code to evaluate the similarity of two strings.
|
|
Sql ( string sqlFragment ) : |
Creates a new DbSqlExpression that represents the SQL created when translating a DbExpression instance.
|
|
Sqrt ( |
Creates a DbMathematicalFunctionExpression that represents returning the square root of the specified float value.
|
|
Square ( |
Creates a DbMathematicalFunctionExpression that represents returning the square of the specified float value.
|
|
SubString ( |
Creates a DbStringFunctionExpression that represents returning the substring from a string.
|
|
Subtract ( |
Creates a DbBinaryExpression that represents arithmetic subtraction.
|
|
Sum ( |
Creates a DbAggregateFunctionExpression that represents returning the sum of all values in the target expression.
|
|
Table ( string tableName, string alias ) : |
Creates a new DbTableExpression that is wrapped inside a DbAliasExpression.
|
|
Table ( string tableName ) : |
Creates a new DbColumnExpression.
|
|
Tan ( |
Creates a DbMathematicalFunctionExpression that represents returning the tangent of the input expression.
|
|
ToDay ( ) : |
Creates a DbDateTimeFunctionExpression that represents returning the current date.
|
|
ToLower ( |
Creates a DbStringFunctionExpression that converts the result of the expression to an 'lower' textual representation.
|
|
ToUpper ( |
Creates a DbStringFunctionExpression that converts the result of the expression to an 'UPPER' textual representation.
|
|
Trim ( |
Creates a DbStringFunctionExpression that represents removing all leading and trailing spaces from a string.
|
|
TrimEnd ( |
Creates a DbStringFunctionExpression that represents removing all trailing spaces from a string.
|
|
TrimStart ( |
Creates a DbStringFunctionExpression that represents removing all leading spaces from a string.
|
|
Year ( |
Creates a DbDateTimeFunctionExpression that represents returning year component of a date/time value.
|
public Abs ( |
||
target | The target |
|
Résultat |
public Acos ( |
||
target | The target |
|
Résultat |
public Add ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public AddDays ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public AddHours ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public AddMilliseconds ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public AddMinutes ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public AddMonths ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public AddSeconds ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public AddYears ( |
||
target | A |
|
numberExpression | A |
|
Résultat |
public Alias ( |
||
target | The target |
|
alias | string | the alias to be used to reference the |
Résultat |
public And ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Asin ( |
||
target | The target |
|
Résultat |
public Assign ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Atan ( |
||
expression | The target |
|
Résultat |
public Atan2 ( |
||
x | A |
|
y | A |
|
Résultat |
public Avg ( |
||
target | The |
|
Résultat |
public Batch ( IEnumerable |
||
dbExpressions | IEnumerable |
A |
Résultat |
public Cast ( |
||
operand | The |
|
targetType | The |
|
Résultat |
public Ceiling ( |
||
target | The target |
|
Résultat |
public Column ( string columnName ) : |
||
columnName | string | The name of the column. |
Résultat |
public Column ( string prefix, string columnName ) : |
||
prefix | string | The column prefix. |
columnName | string | The name of the column. |
Résultat |
public Concat ( |
||
leftExpression | The left operand of the concatenate operation. | |
rightExpression | The right operand of the concatenate operation. | |
Résultat |
public Conditional ( |
||
condition | The |
|
trueExpression | The |
|
falseExpression | The |
|
Résultat |
public Constant ( object value ) : |
||
value | object | The value that this |
Résultat |
public Cos ( |
||
target | The target |
|
Résultat |
public Cot ( |
||
target | The target |
|
Résultat |
public Count ( |
||
target | The |
|
Résultat |
public Date ( |
||
target | A |
|
Résultat |
public DayOfMonth ( |
||
target | A |
|
Résultat |
public DayOfWeek ( |
||
target | A |
|
Résultat |
public DayOfYear ( |
||
target | A |
|
Résultat |
public Degrees ( |
||
target | The target |
|
Résultat |
public Delete ( |
||
target | The |
|
fromExpression | The |
|
whereExpression | the |
|
Résultat |
public Divide ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Equal ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Exists ( DbQuery |
||
subSelectQuery | DbQuery |
The |
Résultat |
public Exists ( Func |
||
subQuerySelector | Func |
The |
Résultat |
public Exp ( |
||
target | The target |
|
Résultat |
public Floor ( |
||
target | The target |
|
Résultat |
public GreaterThan ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public GreaterThanOrEqual ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Hour ( |
||
target | A |
|
Résultat |
public In ( |
||
target | The target |
|
expression | The |
|
Résultat |
public In ( |
||
target | The target |
|
selectQuery | DbQuery |
A sub query that has a result set of one column. |
Résultat |
public In ( |
||
target | The target |
|
values | object | A list of values to test for a match. |
Résultat |
public InnerJoin ( |
||
target | The join target. | |
condition | The join condition. | |
Résultat |
public LeftOuterJoin ( |
||
target | The join target. | |
condition | The join condition. | |
Résultat |
public Length ( |
||
expression | The |
|
Résultat |
public LessThan ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public LessThanOrEqual ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public List ( IEnumerable |
||
dbExpressions | IEnumerable |
A |
Résultat | DbListExpression |
public Log ( |
||
target | The target |
|
Résultat |
public Log10 ( |
||
target | The target |
|
Résultat |
public MakeAggregateFunction ( DbAggregateFunctionExpressionType aggregateFunctionExpressionType, |
||
aggregateFunctionExpressionType | DbAggregateFunctionExpressionType | The |
target | The |
|
Résultat |
public MakeBinary ( DbBinaryExpressionType binaryExpressionType, |
||
binaryExpressionType | DbBinaryExpressionType | The |
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public MakeDateTimeFunction ( DbDateTimeFunctionExpressionType dateTimeFunctionExpressionType, |
||
dateTimeFunctionExpressionType | DbDateTimeFunctionExpressionType | The |
arguments | A list of |
|
Résultat |
public MakeJoin ( DbJoinExpressionType joinType, |
||
joinType | DbJoinExpressionType | The |
target | The join target. | |
condition | The join condition. | |
Résultat |
public MakeMathematicalFunction ( DbMathematicalFunctionExpressionType mathematicalFunctionExpressionType, |
||
mathematicalFunctionExpressionType | DbMathematicalFunctionExpressionType | The |
arguments | A list of |
|
Résultat |
public MakeOrderBy ( DbOrderByExpressionType orderByExpressionType, |
||
orderByExpressionType | DbOrderByExpressionType | The |
expression | The |
|
Résultat |
public MakeStringFunction ( DbStringFunctionExpressionType stringFunctionExpressionType, |
||
stringFunctionExpressionType | DbStringFunctionExpressionType | The |
arguments | A list of |
|
Résultat |
public MakeUnary ( DbUnaryExpressionType unaryExpressionType, |
||
unaryExpressionType | DbUnaryExpressionType | The |
operand | The |
|
targetType | The |
|
Résultat |
public Max ( |
||
target | The |
|
Résultat |
public Millisecond ( |
||
target | A |
|
Résultat |
public Min ( |
||
target | The |
|
Résultat |
public Minute ( |
||
target | A |
|
Résultat |
public Month ( |
||
target | A |
|
Résultat |
public Multiply ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Not ( |
||
operand | The |
|
Résultat |
public NotEqual ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Now ( ) : |
||
Résultat |
public Or ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public OrderByAscending ( |
||
expression | The |
|
Résultat |
public OrderByDescending ( |
||
expression | The |
|
Résultat |
public PI ( ) : |
||
Résultat |
public Power ( |
||
target | The target |
|
y | The power to which to raise the numeric value. | |
Résultat |
public Prefix ( |
||
target | The target |
|
prefix | string | the prefix to be used to reference the |
Résultat |
public Radians ( |
||
target | The target |
|
Résultat |
public Rand ( ) : |
||
Résultat |
public Rand ( |
||
seed | The target |
|
Résultat |
public Replace ( |
||
expression | The |
|
oldValue | The value to be replaced. | |
newValue | The value to replace all occurrences of |
|
Résultat |
public Reverse ( |
||
expression | The |
|
Résultat |
public RightOuterJoin ( |
||
target | The join target. | |
condition | The join condition. | |
Résultat |
public Round ( |
||
target | The target |
|
precision | A |
|
Résultat |
public Second ( |
||
target | A |
|
Résultat |
public Select ( |
||
expression | The |
|
Résultat | DbSelectQuery |
public SelectDistinct ( |
||
expression | The |
|
Résultat | DbSelectQuery |
public Sign ( |
||
target | The target |
|
Résultat |
public Sin ( |
||
target | The target |
|
Résultat |
public SoundEx ( |
||
expression | The |
|
Résultat |
public Sql ( string sqlFragment ) : |
||
sqlFragment | string | The SQL that this |
Résultat |
public Sqrt ( |
||
target | The target |
|
Résultat |
public Square ( |
||
target | The target |
|
Résultat |
public SubString ( |
||
expression | The |
|
startExpression | The |
|
lengthExpression | The |
|
Résultat |
public Subtract ( |
||
leftExpression | A |
|
rightExpression | A |
|
Résultat |
public Sum ( |
||
target | The |
|
Résultat |
public Table ( string tableName, string alias ) : |
||
tableName | string | The name of the table. |
alias | string | The table alias. |
Résultat |
public Table ( string tableName ) : |
||
tableName | string | The name of the table. |
Résultat |
public Tan ( |
||
target | The target |
|
Résultat |
public ToDay ( ) : |
||
Résultat |
public ToLower ( |
||
expression | The |
|
Résultat |
public ToUpper ( |
||
expression | The |
|
Résultat |
public Trim ( |
||
expression | The |
|
Résultat |
public TrimEnd ( |
||
expression | The |
|
Résultat |
public TrimStart ( |
||
expression | The |
|
Résultat |
public Year ( |
||
target | A |
|
Résultat |