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