コード例 #1
0
 private static bool IsTransient(DBTable obj)
 {
     return(obj != null && Equals(obj.IID, default(long)));
 }