Method | Description | |
---|---|---|
Avg ( |
||
Cast ( |
||
Convert ( SqlDataType type, |
||
Count ( |
||
DateAdd ( DatePartType datePart, |
||
GetDate ( ) : System.Function | ||
IsNull ( |
||
Left ( |
||
Max ( |
||
Min ( |
||
Right ( |
||
RowNumberOverOrderBy ( Column column ) : |
||
Scope_Identity ( ) : System.Function | ||
Substring ( |
||
Sum ( |
public static Avg ( |
||
exp | ||
return | System.Function |
public static Cast ( |
||
exp | ||
type | SqlDataType | |
return | System.Function |
public static Convert ( SqlDataType type, |
||
type | SqlDataType | |
exp | ||
style | uint | |
return | System.Function |
public static Count ( |
||
exp | ||
return | System.Function |
public static DateAdd ( DatePartType datePart, |
||
datePart | DatePartType | |
number | ||
date | ||
return | System.Function |
public static IsNull ( |
||
arg1 | ||
arg2 | ||
return | System.Function |
public static Left ( |
||
exp | ||
lenght | uint | |
return | System.Function |
public static Max ( |
||
exp | ||
return | System.Function |
public static Min ( |
||
exp | ||
return | System.Function |
public static Right ( |
||
exp | ||
lenght | uint | |
return | System.Function |
public static RowNumberOverOrderBy ( Column column ) : |
||
column | Column | |
return |
public static Scope_Identity ( ) : System.Function | ||
return | System.Function |
public static Substring ( |
||
exp | ||
start | ||
lenght | ||
return | System.Function |
public static Sum ( |
||
exp | ||
return | System.Function |