public static object ToDBObject(DBString aDBType) { if ((aDBType == null) || !aDBType.HasValue) { return(DBNull.Value); } return(aDBType.ToString()); }
public static object ToDBObject(DBString aDBType) { if ((aDBType == null) || !aDBType.HasValue) { return DBNull.Value; } return aDBType.ToString(); }