for (var t = 0; t < this.TeamCategories.length; t++) {
for (var v = 0; v < this.TeamCategories[t].Venues.length; v++) {
PutDocument(this.TeamCategories[t].Venues[v],
{
Address: this.TeamCategories[t].Venues[v].Address
},
{
'Raven-Entity-Name': 'Venues'
});
}
}--
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/9c922998-9ec5-4b77-b735-f37e453dbf1a%40googlegroups.com.
![]() | Oren Eini CEO / Hibernating Rhinos LTD
|
from CommunityDocuments
update{--
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/3edbad73-8b0a-4d32-9847-cae99fb684bc%40googlegroups.com.