Jon
Jon

Reputation: 40032

Does Subsonic 3 ActiveRecord Handle Many To Many Relationships?

Does the ActiveRecord template files create classes that handle many to many relationships?

Upvotes: 0

Views: 445

Answers (1)

Jeremy Coenen
Jeremy Coenen

Reputation: 1075

You will get an IQueryable foreign key reference object when the class is generated.

Upvotes: 1

Related Questions