Running into a strange issue where a property isn'...
# package-development
n
Running into a strange issue where a property isn't being populated in a db call... SQL is fine, works perfectly in DB Browser (and for years in v9), so thinking it might be an NPoco5 thing. I'm getting all columns, which have matching props on DTO, but my NodeId column isn't populated. Only happening on one query, works fine in others, onto the same DTO. Anyone have any obvious suggestions for where I should look? Other int columns are fine, other column types are fine, but for some reason, NodeId is always 0