Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created November 7, 2019 14:23
Show Gist options
  • Save mdfarragher/94003a728c5e193a6fd6e94dc95120e8 to your computer and use it in GitHub Desktop.
Save mdfarragher/94003a728c5e193a6fd6e94dc95120e8 to your computer and use it in GitHub Desktop.
// get an array of housing data
var houses = context.Data.CreateEnumerable<HouseBlockData>(data, reuseRowObject: false).ToArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment