-
I am trying to translate a query that uses How can I do this in linq2db? I have tried using |
Beta Was this translation helpful? Give feedback.
Answered by
MaceWindu
Oct 14, 2024
Replies: 1 comment
-
E.g. [Sql.Expression("{0} AT TIME ZONE {1}", IsNullable = Sql.IsNullableType.SameAsFirstParameter)]
public static int? AtTimeZone(DateTimeOffset? datetime, string tzId) => throw new InvalidOperationException(); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Janjanus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g.