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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -