Class DbExpressionBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.common.commandtrees.expressionbuilder.DbExpressionBuilder
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DbExpressionBuilder extends NetObject
The base .NET class managing System.Data.Common.CommandTrees.ExpressionBuilder.DbExpressionBuilder, 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.DbExpressionBuilder
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.DbExpressionBuilderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DbExpressionBuilder()
DbExpressionBuilder(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.DbExpressionBuilder- 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 DbExpressionBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDbExpressionBuilder
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DbExpressionBuilder
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
And
public static DbAndExpression And(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
CrossApply
public static DbApplyExpression CrossApply(DbExpressionBinding input, DbExpressionBinding apply) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
-
OuterApply
public static DbApplyExpression OuterApply(DbExpressionBinding input, DbExpressionBinding apply) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
-
Divide
public static DbArithmeticExpression Divide(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
Minus
public static DbArithmeticExpression Minus(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
Modulo
public static DbArithmeticExpression Modulo(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
Multiply
public static DbArithmeticExpression Multiply(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
Negate
public static DbArithmeticExpression Negate(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Plus
public static DbArithmeticExpression Plus(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
UnaryMinus
public static DbArithmeticExpression UnaryMinus(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
CastTo
public static DbCastExpression CastTo(DbExpression argument, TypeUsage toType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Equal
public static DbComparisonExpression Equal(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
GreaterThan
public static DbComparisonExpression GreaterThan(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
GreaterThanOrEqual
public static DbComparisonExpression GreaterThanOrEqual(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LessThan
public static DbComparisonExpression LessThan(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
LessThanOrEqual
public static DbComparisonExpression LessThanOrEqual(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
NotEqual
public static DbComparisonExpression NotEqual(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
Constant
public static DbConstantExpression Constant(TypeUsage constantType, NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, InvalidCastException, CultureNotFoundException, NullReferenceException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
NotSupportedException
InvalidCastException
CultureNotFoundException
NullReferenceException
IndexOutOfRangeException
-
Constant
public static DbConstantExpression Constant(NetObject value) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException
-
Deref
public static DbDerefExpression Deref(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Distinct
public static DbDistinctExpression Distinct(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Element
public static DbElementExpression Element(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
GetEntityRef
public static DbEntityRefExpression GetEntityRef(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Except
public static DbExceptExpression Except(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Any
public static DbExpression Any(DbExpression source) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Exists
public static DbExpression Exists(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Union
public static DbExpression Union(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Bind
public static DbExpressionBinding Bind(DbExpression input) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
BindAs
public static DbExpressionBinding BindAs(DbExpression input, java.lang.String varName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Filter
public static DbFilterExpression Filter(DbExpressionBinding input, DbExpression predicate) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException
-
Aggregate
public static DbFunctionAggregate Aggregate(EdmFunction function, DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException
-
AggregateDistinct
public static DbFunctionAggregate AggregateDistinct(EdmFunction function, DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException
-
Invoke
public static DbFunctionExpression Invoke(EdmFunction function, DbExpression... arguments) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException
-
GroupBind
public static DbGroupExpressionBinding GroupBind(DbExpression input) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException
-
GroupBindAs
public static DbGroupExpressionBinding GroupBindAs(DbExpression input, java.lang.String varName, java.lang.String groupVarName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Intersect
public static DbIntersectExpression Intersect(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsEmpty
public static DbIsEmptyExpression IsEmpty(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
IsNull
public static DbIsNullExpression IsNull(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
IsOf
public static DbIsOfExpression IsOf(DbExpression argument, TypeUsage type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
IsOfOnly
public static DbIsOfExpression IsOfOnly(DbExpression argument, TypeUsage type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
FullOuterJoin
public static DbJoinExpression FullOuterJoin(DbExpressionBinding left, DbExpressionBinding right, DbExpression joinCondition) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
InnerJoin
public static DbJoinExpression InnerJoin(DbExpressionBinding left, DbExpressionBinding right, DbExpression joinCondition) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
LeftOuterJoin
public static DbJoinExpression LeftOuterJoin(DbExpressionBinding left, DbExpressionBinding right, DbExpression joinCondition) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NotImplementedException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
Lambda
public static DbLambda Lambda(DbExpression body, DbVariableReferenceExpression... variables) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
Invoke
public static DbLambdaExpression Invoke(DbLambda lambda, DbExpression... arguments) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
-
Like
public static DbLikeExpression Like(DbExpression argument, DbExpression pattern) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException
-
Like
public static DbLikeExpression Like(DbExpression argument, DbExpression pattern, DbExpression escape) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
-
Limit
public static DbLimitExpression Limit(DbExpression argument, DbExpression count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Take
public static DbLimitExpression Take(DbExpression argument, DbExpression count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
New
public static DbNewInstanceExpression New(TypeUsage instanceType, DbExpression... arguments) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ProviderIncompatibleException
-
NewCollection
public static DbNewInstanceExpression NewCollection(DbExpression... elements) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException
-
NewEmptyCollection
public static DbNewInstanceExpression NewEmptyCollection(TypeUsage collectionType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Not
public static DbNotExpression Not(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Null
public static DbNullExpression Null(TypeUsage nullType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
OfType
public static DbOfTypeExpression OfType(DbExpression argument, TypeUsage type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
OfTypeOnly
public static DbOfTypeExpression OfTypeOnly(DbExpression argument, TypeUsage type) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
Or
public static DbOrExpression Or(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
Parameter
public static DbParameterReferenceExpression Parameter(TypeUsage type, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, RegexMatchTimeoutException, IndexOutOfRangeException
-
Project
public static DbProjectExpression Project(DbExpressionBinding input, DbExpression projection) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidOperationException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException
-
Property
public static DbPropertyExpression Property(DbExpression instance, EdmProperty propertyMetadata) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ProviderIncompatibleException
-
Property
public static DbPropertyExpression Property(DbExpression instance, NavigationProperty navigationProperty) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ProviderIncompatibleException
-
Property
public static DbPropertyExpression Property(DbExpression instance, RelationshipEndMember relationshipEnd) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ProviderIncompatibleException
-
Property
public static DbPropertyExpression Property(DbExpression instance, java.lang.String propertyName) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, CultureNotFoundException, NotSupportedException, ProviderIncompatibleException, ArgumentOutOfRangeException
-
All
public static DbQuantifierExpression All(DbExpressionBinding input, DbExpression predicate) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException
-
Any
public static DbQuantifierExpression Any(DbExpressionBinding input, DbExpression predicate) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException
-
CreateRef
public static DbRefExpression CreateRef(EntitySet entitySet, DbExpression... keyValues) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CreateRef
public static DbRefExpression CreateRef(EntitySet entitySet, EntityType entityType, DbExpression... keyValues) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException
-
RefFromKey
public static DbRefExpression RefFromKey(EntitySet entitySet, DbExpression keyRow) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ProviderIncompatibleException, OutOfMemoryException
-
RefFromKey
public static DbRefExpression RefFromKey(EntitySet entitySet, DbExpression keyRow, EntityType entityType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, ProviderIncompatibleException, OutOfMemoryException
-
GetRefKey
public static DbRefKeyExpression GetRefKey(DbExpression argument) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ProviderIncompatibleException
-
Navigate
public static DbRelationshipNavigationExpression Navigate(DbExpression navigateFrom, RelationshipEndMember fromEnd, RelationshipEndMember toEnd) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
Navigate
public static DbRelationshipNavigationExpression Navigate(RelationshipType type, java.lang.String fromEndName, java.lang.String toEndName, DbExpression navigateFrom) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException
-
Scan
public static DbScanExpression Scan(EntitySetBase targetSet) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException
-
Skip
public static DbSkipExpression Skip(DbSortExpression argument, DbExpression count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException
-
ToSortClause
public static DbSortClause ToSortClause(DbExpression key) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
ToSortClause
public static DbSortClause ToSortClause(DbExpression key, java.lang.String collation) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
ToSortClauseDescending
public static DbSortClause ToSortClauseDescending(DbExpression key) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
ToSortClauseDescending
public static DbSortClause ToSortClauseDescending(DbExpression key, java.lang.String collation) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
TreatAs
public static DbTreatExpression TreatAs(DbExpression argument, TypeUsage treatType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
UnionAll
public static DbUnionAllExpression UnionAll(DbExpression left, DbExpression right) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
Variable
public static DbVariableReferenceExpression Variable(TypeUsage type, java.lang.String name) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
getFalse
public static DbConstantExpression getFalse() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTrue
public static DbConstantExpression getTrue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-