Class EdmFunctions
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.common.commandtrees.expressionbuilder.EdmFunctions
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class EdmFunctions extends NetObject
The base .NET class managing System.Data.Common.CommandTrees.ExpressionBuilder.EdmFunctions, System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Data.Common.CommandTrees.ExpressionBuilder.EdmFunctions
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Data.Entitystatic java.lang.String
className
Qualified class name: System.Data.Common.CommandTrees.ExpressionBuilder.EdmFunctionsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description EdmFunctions()
EdmFunctions(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Data.Entity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Data.Entity- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Data.Common.CommandTrees.ExpressionBuilder.EdmFunctions- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static EdmFunctions cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoEdmFunctions
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
EdmFunctions
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Contains
public static DbExpression Contains(DbExpression searchedString, DbExpression searchedForString) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Abs
public static DbFunctionExpression Abs(DbExpression value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddDays
public static DbFunctionExpression AddDays(DbExpression dateValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddHours
public static DbFunctionExpression AddHours(DbExpression timeValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddMicroseconds
public static DbFunctionExpression AddMicroseconds(DbExpression timeValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddMilliseconds
public static DbFunctionExpression AddMilliseconds(DbExpression timeValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddMinutes
public static DbFunctionExpression AddMinutes(DbExpression timeValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddMonths
public static DbFunctionExpression AddMonths(DbExpression dateValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddNanoseconds
public static DbFunctionExpression AddNanoseconds(DbExpression timeValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddSeconds
public static DbFunctionExpression AddSeconds(DbExpression timeValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
AddYears
public static DbFunctionExpression AddYears(DbExpression dateValue, DbExpression addValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Average
public static DbFunctionExpression Average(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
BitwiseAnd
public static DbFunctionExpression BitwiseAnd(DbExpression value1, DbExpression value2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
BitwiseNot
public static DbFunctionExpression BitwiseNot(DbExpression value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
BitwiseOr
public static DbFunctionExpression BitwiseOr(DbExpression value1, DbExpression value2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
BitwiseXor
public static DbFunctionExpression BitwiseXor(DbExpression value1, DbExpression value2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Ceiling
public static DbFunctionExpression Ceiling(DbExpression value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Concat
public static DbFunctionExpression Concat(DbExpression string1, DbExpression string2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Count
public static DbFunctionExpression Count(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
CreateDateTime
public static DbFunctionExpression CreateDateTime(DbExpression year, DbExpression month, DbExpression day, DbExpression hour, DbExpression minute, DbExpression second) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
CreateDateTimeOffset
public static DbFunctionExpression CreateDateTimeOffset(DbExpression year, DbExpression month, DbExpression day, DbExpression hour, DbExpression minute, DbExpression second, DbExpression timeZoneOffset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
CreateTime
public static DbFunctionExpression CreateTime(DbExpression hour, DbExpression minute, DbExpression second) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
CurrentDateTime
public static DbFunctionExpression CurrentDateTime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
CurrentDateTimeOffset
public static DbFunctionExpression CurrentDateTimeOffset() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
CurrentUtcDateTime
public static DbFunctionExpression CurrentUtcDateTime() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Day
public static DbFunctionExpression Day(DbExpression dateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DayOfYear
public static DbFunctionExpression DayOfYear(DbExpression dateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffDays
public static DbFunctionExpression DiffDays(DbExpression dateValue1, DbExpression dateValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffHours
public static DbFunctionExpression DiffHours(DbExpression timeValue1, DbExpression timeValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffMicroseconds
public static DbFunctionExpression DiffMicroseconds(DbExpression timeValue1, DbExpression timeValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffMilliseconds
public static DbFunctionExpression DiffMilliseconds(DbExpression timeValue1, DbExpression timeValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffMinutes
public static DbFunctionExpression DiffMinutes(DbExpression timeValue1, DbExpression timeValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffMonths
public static DbFunctionExpression DiffMonths(DbExpression dateValue1, DbExpression dateValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffNanoseconds
public static DbFunctionExpression DiffNanoseconds(DbExpression timeValue1, DbExpression timeValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffSeconds
public static DbFunctionExpression DiffSeconds(DbExpression timeValue1, DbExpression timeValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
DiffYears
public static DbFunctionExpression DiffYears(DbExpression dateValue1, DbExpression dateValue2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
EndsWith
public static DbFunctionExpression EndsWith(DbExpression stringArgument, DbExpression suffix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Floor
public static DbFunctionExpression Floor(DbExpression value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
GetTotalOffsetMinutes
public static DbFunctionExpression GetTotalOffsetMinutes(DbExpression dateTimeOffsetArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Hour
public static DbFunctionExpression Hour(DbExpression timeValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
IndexOf
public static DbFunctionExpression IndexOf(DbExpression searchString, DbExpression stringToFind) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Left
public static DbFunctionExpression Left(DbExpression stringArgument, DbExpression length) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Length
public static DbFunctionExpression Length(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
LongCount
public static DbFunctionExpression LongCount(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Max
public static DbFunctionExpression Max(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Millisecond
public static DbFunctionExpression Millisecond(DbExpression timeValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Min
public static DbFunctionExpression Min(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Minute
public static DbFunctionExpression Minute(DbExpression timeValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Month
public static DbFunctionExpression Month(DbExpression dateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
NewGuid
public static DbFunctionExpression NewGuid() throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Power
public static DbFunctionExpression Power(DbExpression baseArgument, DbExpression exponent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Replace
public static DbFunctionExpression Replace(DbExpression stringArgument, DbExpression toReplace, DbExpression replacement) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Reverse
public static DbFunctionExpression Reverse(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Right
public static DbFunctionExpression Right(DbExpression stringArgument, DbExpression length) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Round
public static DbFunctionExpression Round(DbExpression value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Round
public static DbFunctionExpression Round(DbExpression value, DbExpression digits) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Second
public static DbFunctionExpression Second(DbExpression timeValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
StartsWith
public static DbFunctionExpression StartsWith(DbExpression stringArgument, DbExpression prefix) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
StDev
public static DbFunctionExpression StDev(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
StDevP
public static DbFunctionExpression StDevP(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Substring
public static DbFunctionExpression Substring(DbExpression stringArgument, DbExpression start, DbExpression length) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Sum
public static DbFunctionExpression Sum(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
ToLower
public static DbFunctionExpression ToLower(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
ToUpper
public static DbFunctionExpression ToUpper(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Trim
public static DbFunctionExpression Trim(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
TrimEnd
public static DbFunctionExpression TrimEnd(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
TrimStart
public static DbFunctionExpression TrimStart(DbExpression stringArgument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Truncate
public static DbFunctionExpression Truncate(DbExpression value, DbExpression digits) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
TruncateTime
public static DbFunctionExpression TruncateTime(DbExpression dateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Var
public static DbFunctionExpression Var(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
VarP
public static DbFunctionExpression VarP(DbExpression collection) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
Year
public static DbFunctionExpression Year(DbExpression dateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, MissingManifestResourceException, EntitySqlException
-
-