I'm not asking a lot. I just would rather see
"if (this.Order.IsPacked)"
instead of
"if (
this._DataSet.Tables[OrderCommon.TBL_ORDER].Rows[OrderCommon.DEFAULT_ROW][OrderCommon.COL_IS_PACKED] == DBConst.DBNull)"
"if (this.Order.IsPacked)"
"if (
this._DataSet.Tables[OrderCommon.TBL_ORDER].Rows[OrderCommon.DEFAULT_ROW][OrderCommon.COL_IS_PACKED] == DBConst.DBNull)"
No comments:
Post a Comment
Be nice... it's the only internet we have.