v2.4.0-beta.3 Support for Nullable / Mutable #86
JordanMarr
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SqlHydra.Cli
System.Nullable
properties. This can be useful for CRUD scenarios where you want to data bind generated types directly to UI controls. (Generally, I would recommend mapping generated types to domain entities or DTOs, but it's nice to have the option to do things in a quick and dirty way.)mutable_properties = true
nullable_property_type = "Nullable"
SqlHydra.Query
head
custom operation to theSelectBuilder
for queries where you know there should always be at least one result. (Before you had to usetryHead
, and then manually extract the value.)System.Nullable
column/properties in the Linq query syntaxSystem.Nullable
column/properties query parametersThis discussion was created from the release v2.4.0-beta.3 Support for Nullable / Mutable.
Beta Was this translation helpful? Give feedback.
All reactions