摘要:
--主键 constraint PK_字段 primary key(字段), --唯一约束 constraint UK_字段 unique key(字段), --默认约束 constrint DF_字段 default('默认值') for 字段, --检查约束 constraint CK_字段 c 阅读全文
posted @ 2020-02-24 09:21
BloggerSb
阅读(1155)
评论(0)
推荐(0)
摘要:
private void BindGoodName(DropDownList ddlGoodsName) { string sqlwhere = string.Empty; if (!string.IsNullOrEmpty(Request["id"])&& Convert.ToInt32(Requ 阅读全文
posted @ 2020-02-24 08:24
BloggerSb
阅读(1217)
评论(0)
推荐(0)

浙公网安备 33010602011771号