from business in session.Query<Business>()orderby business.LegalNameselect new ListModel.Business{    Name = business.LegalName,    Document = business.Document.ToString(),    Email = business.Email}from Businesses as businessorder by LegalNameselect {    Name : business.LegalName,    Document : business.Document.toString(), // <--- Notice this    Email : business.Email}![]()  | 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/a260ad88-b3b9-4bdc-8b93-01f14d67479e%40googlegroups.com.