class Blog
{
string Id {get;set;}
BlogComment[] Comments {get;set;}
}
class BlogComment
{
string Title {get;set;}
string Text {get;set;}
}{
Id: "Blogs/1",
BlogComments: [
{ Title: "First", Text: "Some text" },
{ Title: "Second", Text: "Some more text" }
]
}{
Id: "Blogs/1",
BlogComments: [
{ Title: "Patch Updated Title", Text: "Patch updated text" },
{ Title: "Second", Text: "Some more text" }
]
}Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--
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.
For more options, visit https://groups.google.com/d/optout.