oracle procedure (ref decimal - ref decimal?)
Posted: Mon 11 Oct 2010 12:50
Hello,
in my model are defined a oracle procedure:
and in :
When i now write:
using (Gem14Model.Gem14Entities mentity = new Gem14Model.Gem14Entities()) {
decimal test = 0;
mentity.Getnewbag(0, 0, 616, ref test);
}
an error occured: Fehler 102 4-Argument: kann nicht von "ref decimal" in "ref decimal?" konvertiert werden.
what's wrong?
And what is "decimal?" ???
thx, Daniel
in my model are defined a oracle procedure:
and in :
When i now write:
using (Gem14Model.Gem14Entities mentity = new Gem14Model.Gem14Entities()) {
decimal test = 0;
mentity.Getnewbag(0, 0, 616, ref test);
}
an error occured: Fehler 102 4-Argument: kann nicht von "ref decimal" in "ref decimal?" konvertiert werden.
what's wrong?
And what is "decimal?" ???
thx, Daniel