Return ? when RO Value is null
This commit is contained in:
@@ -198,6 +198,8 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
}
|
||||
}
|
||||
if (_Text == string.Empty)
|
||||
_Text = "?";
|
||||
}
|
||||
public void LoadNonCachedGrid()
|
||||
{
|
||||
|
Reference in New Issue
Block a user