BinaryOperatorNode Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créer un BinaryOperatorNode
public BinaryOperatorNode (Microsoft.OData.UriParser.BinaryOperatorKind operatorKind, Microsoft.OData.UriParser.SingleValueNode left, Microsoft.OData.UriParser.SingleValueNode right);
new Microsoft.OData.UriParser.BinaryOperatorNode : Microsoft.OData.UriParser.BinaryOperatorKind * Microsoft.OData.UriParser.SingleValueNode * Microsoft.OData.UriParser.SingleValueNode -> Microsoft.OData.UriParser.BinaryOperatorNode
Public Sub New (operatorKind As BinaryOperatorKind, left As SingleValueNode, right As SingleValueNode)
Paramètres
- operatorKind
- BinaryOperatorKind
Type de l'opérateur binaire.
- left
- SingleValueNode
Opérande de gauche.
- right
- SingleValueNode
Opérande de droite.
Exceptions
Levée si les entrées de gauche et de droite ont la valeur Null.
Levée si les deux opérandes ne présentent pas le même type.