private static bool IsTransient(DBTable obj) { return(obj != null && Equals(obj.IID, default(long))); }