© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
5 replies
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);
FilterExpression filterExpression = new FilterExpression((LogicalOperator) 0);


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


But why a "0" is added inside the () ?
image.png
image.png
image.png
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ class instance creation
C#CC# / help
4y ago
Return Value on Entity Modification
C#CC# / help
2y ago
Entity Framework Migration Creation
C#CC# / help
4y ago
The instance of entity type 'OptimizerInstanceEntity' cannot be tracked
C#CC# / help
2y ago