C#C
C#2y ago
robs0271

Undestand the "0" value on creation of an entity instance

Hi, I am trying to understand what the "0" stands for here, when a new instance of the entity FilterExpression is created:

FilterExpression filterExpression = new FilterExpression((LogicalOperator) 0);

As I undesrtand, the following constructor of the class *FilterExpression *is used:
FilterExpression(LogicalOperator)

But why a "0" is added inside the () ?
image.png
image.png
image.png
Was this page helpful?