hi, how can I map a property to the oracle sequence number? I suppose I need to specify something somewhere to trigger the next sequence number, as what nhibernate will do map.Generator(Generators.Sequence, gmap => gmap.Params(new { sequence = "sequence_name" })) how do I do it with dataobjects? thanks |
Hello hong,
Could you please specify whether you are going to use existing sequence (created manually) or the one that DataObjects.Net creates during
Domain
build?