Number(5) in Oracle what is it meaning in C# -


i created table , 1 of column area number(5),

 project_code  number(5)  not null , 

when entegred in model in c# like;

  public global::system.int16 project_code 

my question why getting int16 because int16 meaning short , max value "32767" if value 32768 oracle okay c#?

because odpnet have specification inform of state of fact.

oracle datatype mapping .net

in code execution can have issue if manually set value incorrect range. recommand use same application set value, guarantee process.


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -