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:
As I undesrtand, the following constructor of the class *FilterExpression *is used:
But why a "0" is added inside the () ?
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 () ?

