Uses of Class
microsoft.dynamics.crm.complex.EntityKeyQueryExpression
-
Packages that use EntityKeyQueryExpression Package Description microsoft.dynamics.crm.complex -
-
Uses of EntityKeyQueryExpression in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as EntityKeyQueryExpression Modifier and Type Field Description protected EntityKeyQueryExpressionEntityQueryExpression. keyQueryMethods in microsoft.dynamics.crm.complex that return EntityKeyQueryExpression Modifier and Type Method Description EntityKeyQueryExpressionEntityKeyQueryExpression.Builder. build()EntityKeyQueryExpressionEntityKeyQueryExpression. withCriteria(MetadataFilterExpression criteria)EntityKeyQueryExpressionEntityKeyQueryExpression. withProperties(MetadataPropertiesExpression properties)EntityKeyQueryExpressionEntityKeyQueryExpression. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type EntityKeyQueryExpression Modifier and Type Method Description Optional<EntityKeyQueryExpression>EntityQueryExpression. getKeyQuery()Methods in microsoft.dynamics.crm.complex with parameters of type EntityKeyQueryExpression Modifier and Type Method Description EntityQueryExpression.BuilderEntityQueryExpression.Builder. keyQuery(EntityKeyQueryExpression keyQuery)EntityQueryExpressionEntityQueryExpression. withKeyQuery(EntityKeyQueryExpression keyQuery)
-