| java.lang.Object | ||
| ↳ | com.microsoft.schemas.xrm._2011.contracts.QueryBase | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.QueryExpression | |
Java class for QueryExpression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QueryExpression">
<complexContent>
<extension base="{http://schemas.microsoft.com/xrm/2011/Contracts}QueryBase">
<sequence>
<element name="ColumnSet" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ColumnSet" minOccurs="0"/>
<element name="Criteria" type="{http://schemas.microsoft.com/xrm/2011/Contracts}FilterExpression" minOccurs="0"/>
<element name="Distinct" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="EntityName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LinkEntities" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfLinkEntity" minOccurs="0"/>
<element name="Orders" type="{http://schemas.microsoft.com/xrm/2011/Contracts}ArrayOfOrderExpression" minOccurs="0"/>
<element name="PageInfo" type="{http://schemas.microsoft.com/xrm/2011/Contracts}PagingInfo" minOccurs="0"/>
<element name="NoLock" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.microsoft.schemas.xrm._2011.contracts.QueryBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| columnSet | |||||||||||
| criteria | |||||||||||
| distinct | |||||||||||
| entityName | |||||||||||
| linkEntities | |||||||||||
| noLock | |||||||||||
| orders | |||||||||||
| pageInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the columnSet property.
| |||||||||||
Gets the value of the criteria property.
| |||||||||||
Gets the value of the entityName property.
| |||||||||||
Gets the value of the linkEntities property.
| |||||||||||
Gets the value of the orders property.
| |||||||||||
Gets the value of the pageInfo property.
| |||||||||||
Gets the value of the distinct property.
| |||||||||||
Gets the value of the noLock property.
| |||||||||||
Sets the value of the columnSet property.
| |||||||||||
Sets the value of the criteria property.
| |||||||||||
Sets the value of the distinct property.
| |||||||||||
Sets the value of the entityName property.
| |||||||||||
Sets the value of the linkEntities property.
| |||||||||||
Sets the value of the noLock property.
| |||||||||||
Sets the value of the orders property.
| |||||||||||
Sets the value of the pageInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the columnSet property.
ColumnSet
Gets the value of the criteria property.
FilterExpression
Gets the value of the entityName property.
Gets the value of the linkEntities property.
ArrayOfLinkEntity
Gets the value of the orders property.
ArrayOfOrderExpression
Gets the value of the pageInfo property.
PagingInfo
Gets the value of the distinct property.
Gets the value of the noLock property.
Sets the value of the columnSet property.
| value | Allowed object is
ColumnSet
|
|---|
Sets the value of the criteria property.
| value | Allowed object is
FilterExpression
|
|---|
Sets the value of the distinct property.
| value | Allowed object is Boolean |
|---|
Sets the value of the entityName property.
| value | Allowed object is String |
|---|
Sets the value of the linkEntities property.
| value | Allowed object is
ArrayOfLinkEntity
|
|---|
Sets the value of the noLock property.
| value | Allowed object is Boolean |
|---|
Sets the value of the orders property.
| value | Allowed object is
ArrayOfOrderExpression
|
|---|
Sets the value of the pageInfo property.
| value | Allowed object is
PagingInfo
|
|---|