Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IEdmExpression #35

Closed
Tracked by #31
yamin8000 opened this issue Jan 1, 2022 · 1 comment
Closed
Tracked by #31

IEdmExpression #35

yamin8000 opened this issue Jan 1, 2022 · 1 comment
Assignees
Labels
low priority This isn't priority right now schema/model API Schema/Database Model/DTO

Comments

@yamin8000
Copy link
Contributor

IEdmExpression{
expressionKind EdmExpressionKindinteger($int32)0 - None; 1 - BinaryConstant; 2 - BooleanConstant; 3 - DateTimeOffsetConstant; 4 - DecimalConstant; 5 - FloatingConstant; 6 - GuidConstant; 7 - IntegerConstant; 8 - StringConstant; 9 - DurationConstant; 10 - Null; 11 - Record; 12 - Collection; 13 - Path; 14 - If; 15 - Cast; 16 - IsType; 17 - FunctionApplication; 18 - LabeledExpressionReference; 19 - Labeled; 20 - PropertyPath; 21 - NavigationPropertyPath; 22 - DateConstant; 23 - TimeOfDayConstant; 24 - EnumMember; 25 - AnnotationPath;Enum:Array [ 26 ]

}

image

@yamin8000 yamin8000 added schema/model API Schema/Database Model/DTO low priority This isn't priority right now labels Jan 1, 2022
@yamin8000 yamin8000 mentioned this issue Jan 1, 2022
63 tasks
yamin8000 added a commit that referenced this issue Jan 1, 2022
@yamin8000
Copy link
Contributor Author

0b46d46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority This isn't priority right now schema/model API Schema/Database Model/DTO
Projects
None yet
Development

No branches or pull requests

2 participants