Group: StrataFrame Users
Posts: 96,
Visits: 805
|
Hello,
I use a default value for all my field in sql Server with DDT , i don't want null value.
When i use this.MyBo.Add(); , i have a error when i save , cause Strata say me, cast is impossible on RUE_ID (my foreign key) if after the add i instantiate with 0 or -1 , it's ok, without this it's doesn't work.
It's possible that Strata can instantiate with the default value when i use Add() method ?
thanks Olivier,
============================================== Asp.net C# - Strataframe - telerik ==============================================
|