public static object ToDBObject(DBInt32 aDBType) { if ((aDBType == 0) || !aDBType.HasValue) { return(DBNull.Value); } return((int)aDBType); }
public static object ToDBObject(DBInt32 aDBType) { if ((aDBType == 0) || !aDBType.HasValue) { return DBNull.Value; } return (int) aDBType; }