Return ? when RO Value is null

This commit is contained in:
Rich
2014-02-19 03:32:38 +00:00
parent f4f896ee1d
commit 3e010e87b2
2 changed files with 4 additions and 2 deletions

View File

@@ -198,6 +198,8 @@ namespace VEPROMS.CSLA.Library
}
}
}
if (_Text == string.Empty)
_Text = "?";
}
public void LoadNonCachedGrid()
{