Uses of Class
microsoft.dynamics.crm.complex.RelationshipQueryExpression
-
Packages that use RelationshipQueryExpression Package Description microsoft.dynamics.crm.complex -
-
Uses of RelationshipQueryExpression in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as RelationshipQueryExpression Modifier and Type Field Description protected RelationshipQueryExpressionEntityQueryExpression. relationshipQueryMethods in microsoft.dynamics.crm.complex that return RelationshipQueryExpression Modifier and Type Method Description RelationshipQueryExpressionRelationshipQueryExpression.Builder. build()RelationshipQueryExpressionRelationshipQueryExpression. withCriteria(MetadataFilterExpression criteria)RelationshipQueryExpressionRelationshipQueryExpression. withProperties(MetadataPropertiesExpression properties)RelationshipQueryExpressionRelationshipQueryExpression. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type RelationshipQueryExpression Modifier and Type Method Description Optional<RelationshipQueryExpression>EntityQueryExpression. getRelationshipQuery()Methods in microsoft.dynamics.crm.complex with parameters of type RelationshipQueryExpression Modifier and Type Method Description EntityQueryExpression.BuilderEntityQueryExpression.Builder. relationshipQuery(RelationshipQueryExpression relationshipQuery)EntityQueryExpressionEntityQueryExpression. withRelationshipQuery(RelationshipQueryExpression relationshipQuery)
-