Package system.data.common.commandtrees
Class DbExpressionKind
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.data.common.commandtrees.DbExpressionKind
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class DbExpressionKind extends NetObject
The base .NET class managing System.Data.Common.CommandTrees.DbExpressionKind, 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.DbExpressionKind
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DbExpressionKind()
DbExpressionKind(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
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.DbExpressionKind- See Also:
- Constant Field Values
-
All
public static DbExpressionKind All
-
And
public static DbExpressionKind And
-
Any
public static DbExpressionKind Any
-
Case
public static DbExpressionKind Case
-
Cast
public static DbExpressionKind Cast
-
Constant
public static DbExpressionKind Constant
-
CrossApply
public static DbExpressionKind CrossApply
-
CrossJoin
public static DbExpressionKind CrossJoin
-
Deref
public static DbExpressionKind Deref
-
Distinct
public static DbExpressionKind Distinct
-
Divide
public static DbExpressionKind Divide
-
Element
public static DbExpressionKind Element
-
EntityRef
public static DbExpressionKind EntityRef
-
Equals
public static DbExpressionKind Equals
-
Except
public static DbExpressionKind Except
-
Filter
public static DbExpressionKind Filter
-
FullOuterJoin
public static DbExpressionKind FullOuterJoin
-
Function
public static DbExpressionKind Function
-
GreaterThan
public static DbExpressionKind GreaterThan
-
GreaterThanOrEquals
public static DbExpressionKind GreaterThanOrEquals
-
GroupBy
public static DbExpressionKind GroupBy
-
InnerJoin
public static DbExpressionKind InnerJoin
-
Intersect
public static DbExpressionKind Intersect
-
IsEmpty
public static DbExpressionKind IsEmpty
-
IsNull
public static DbExpressionKind IsNull
-
IsOf
public static DbExpressionKind IsOf
-
IsOfOnly
public static DbExpressionKind IsOfOnly
-
LeftOuterJoin
public static DbExpressionKind LeftOuterJoin
-
LessThan
public static DbExpressionKind LessThan
-
LessThanOrEquals
public static DbExpressionKind LessThanOrEquals
-
Like
public static DbExpressionKind Like
-
Limit
public static DbExpressionKind Limit
-
Minus
public static DbExpressionKind Minus
-
Modulo
public static DbExpressionKind Modulo
-
Multiply
public static DbExpressionKind Multiply
-
NewInstance
public static DbExpressionKind NewInstance
-
Not
public static DbExpressionKind Not
-
NotEquals
public static DbExpressionKind NotEquals
-
Null
public static DbExpressionKind Null
-
OfType
public static DbExpressionKind OfType
-
OfTypeOnly
public static DbExpressionKind OfTypeOnly
-
Or
public static DbExpressionKind Or
-
OuterApply
public static DbExpressionKind OuterApply
-
ParameterReference
public static DbExpressionKind ParameterReference
-
Plus
public static DbExpressionKind Plus
-
Project
public static DbExpressionKind Project
-
Property
public static DbExpressionKind Property
-
Ref
public static DbExpressionKind Ref
-
RefKey
public static DbExpressionKind RefKey
-
RelationshipNavigation
public static DbExpressionKind RelationshipNavigation
-
Scan
public static DbExpressionKind Scan
-
Skip
public static DbExpressionKind Skip
-
Sort
public static DbExpressionKind Sort
-
Treat
public static DbExpressionKind Treat
-
UnaryMinus
public static DbExpressionKind UnaryMinus
-
UnionAll
public static DbExpressionKind UnionAll
-
VariableReference
public static DbExpressionKind VariableReference
-
Lambda
public static DbExpressionKind Lambda
-
-
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
-
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
-
-