good day to all what problem with my code connected to the database
please see the link below screenshot
http://imgur.com/a/m4jO4
thank you
any update ??
Hi,
Unique just tells the value is unique. Generating a value on the Oracle db side (don't know much) would be https://oracle-base.com/articles/12c/identity-columns-in-oracle-12cr1#identity-columns
Not sure which EF workflow you are using but you'll likely have to use https://msdn.microsoft.com/en-us/library/system.data.metadata.edm.storegeneratedpattern(v=vs.110).aspx to tell EF the value is generated on the db side for insert (ie you'll use the "Identity" option).