query.Select(x => new UpdateModel{ FirstName = x.FirstName, LastName = x.LastName, Email = x.Email, EmailConfirmed = x.EmailConfirmed, Document = x.Document.Value, DocumentType = x.Document.Type.ToString(), BirthDay = x.BirthDate != null ? x.BirthDate.Value.Day : (int?) null, BirthMonth = x.BirthDate != null ? x.BirthDate.Value.Month : (int?) null, BirthYear = x.BirthDate != null ? x.BirthDate.Value.Year : (int?) null})from [...]
where [...]
select { FirstName : x.FirstName, LastName : x.LastName, Email : x.Email, EmailConfirmed : x.EmailConfirmed, Document : x.Document.Value, DocumentType : x.Document.Type.toString(), BirthDay : x.BirthDate!=null?new Date(Date.parse(x.BirthDate.Value)).getDate():null, BirthMonth : x.BirthDate!=null?new Date(Date.parse(x.BirthDate.Value)).getFullYear():null, BirthYear : x.BirthDate!=null?new Date(Date.parse(x.BirthDate.Value)).getMonth()+1:null}
limit [...]![]() | Grisha Kotler Team Leader / Hibernating Rhinos LTD
|
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ravendb/fcaa71c1-1c09-4998-ae42-0a653e5d0205%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rav...@googlegroups.com.
![]() | Grisha Kotler Team Leader / Hibernating Rhinos LTD
|
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ravendb/8c9895e2-d3c2-4db4-9969-186ad1bc5a87%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ravendb/8c9895e2-d3c2-4db4-9969-186ad1bc5a87%40googlegroups.com.