[fluent-nhib] How to comb non Identity Guid

2014-10-09 Thread mwpowellhtx
Hello, I've got an Attachments table I am dealing with. Originally the data was table-bound VARBINARY(MAX), and the row ids were (are) BIGINT, etc. The domain model, and related views and view models, are also, inexplicably, strongly coupled with the BIGINT (or C# long) Id property. There's

[fluent-nhib] Re: How to comb non Identity Guid

2014-10-09 Thread mwpowellhtx
On Thursday, October 9, 2014 3:01:58 PM UTC-5, mwpowellhtx wrote: Hello, I've got an Attachments table I am dealing with. Originally the data was table-bound VARBINARY(MAX), and the row ids were (are) BIGINT, etc. The domain model, and related views and view models, are also,