UnqualifiedCallAndEnumPrefixFreeResolver.PromoteBinaryOperandTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Promote the left and right operand types
public override void PromoteBinaryOperandTypes (Microsoft.OData.UriParser.BinaryOperatorKind binaryOperatorKind, ref Microsoft.OData.UriParser.SingleValueNode leftNode, ref Microsoft.OData.UriParser.SingleValueNode rightNode, out Microsoft.OData.Edm.IEdmTypeReference typeReference);
override this.PromoteBinaryOperandTypes : Microsoft.OData.UriParser.BinaryOperatorKind * SingleValueNode * SingleValueNode * IEdmTypeReference -> unit
Public Overrides Sub PromoteBinaryOperandTypes (binaryOperatorKind As BinaryOperatorKind, ByRef leftNode As SingleValueNode, ByRef rightNode As SingleValueNode, ByRef typeReference As IEdmTypeReference)
Parameters
- binaryOperatorKind
- BinaryOperatorKind
the operator kind
- leftNode
- SingleValueNode
the left operand
- rightNode
- SingleValueNode
the right operand
- typeReference
- IEdmTypeReference
type reference for the result BinaryOperatorNode.