Skip to content

Instantly share code, notes, and snippets.

@styson
Created July 24, 2013 16:59
Show Gist options
  • Save styson/6072397 to your computer and use it in GitHub Desktop.
Save styson/6072397 to your computer and use it in GitHub Desktop.
bad code
.ViaAdhocRelation("subcase_objid", "case", "objid", view => view
.ViaRelation("case_reporter2site", franchise => franchise
.Assign(d => d.ContactName).FromIdentifyingField("site_id")
.Assign(d => d.SiteName).FromField("name")
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment