There seems to be hardly any examples out there so here goes: Here are my three structures but it doesn\'t seem to create the tables properly and when I call the following line it says Id is not reco
I am going to use subsonic 3 ina large enterprise winform application. what i saw in my personal tests is that subsonic cannot handle complex type references well.
Is it possible to load objects by a list of ids using subsonic ActiveRecord? My code looks like: IList<Video> videos = Video.Find(v => videoIds.Contains(v.ID));
public void Add(IDataProvider provider){ var key=KeyValue(); if(key==null){ var newKey=_repo.Add(this,provider);
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have a situation where I have to dynamically build a linq query b开发者_如何学JAVAased on user selections.
I have the following tables structure: Item: Id, Description Tags: Id, TagName ItemXrefTag Id, TagId, ItemId
Where can I find information or how can I handle SQL Server transactions in a BackgroundWorker thread? It\'s my understanding that error handling should not be set in the \"DoWork\" event and that the
I am having trouble getting an IQueryable list of a (subsonic) object grouped by Month and Year. Basic view of the object...
I\'m getting this error message: \"Can\'t decide which property to consider the Key - you can create one called \'ID开发者_Go百科\' or mark one with SubSonicPrimaryKey attribute\"