You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe it will be useful if we can omit some properties when using Query attribute.
For example, I have query model:
publicclassQueryParams{[AliasAs("data")]publicstringData{get;set;}// Some property for internal use only. Should be omitted in any querypublicstringSomeForInternalUse{get;set;}}
The problem described in bug
I believe it will be useful if we can omit some properties when using Query attribute.
For example, I have query model:
and some query:
I need to ignore property
SomeForInternalUse
My proposals:
[QueryIgnore]
attributeThe text was updated successfully, but these errors were encountered: