IT
摘要: 设字段为 uniqueidentifier 显示为32位的二进制的编码;好处是当几个系统进行整和时id不会发生冲突;8-4-4-4-12组合; public static Agent CreateAgent(Agent agent) { IConnection cnn = ConnectionManager.GetConnection(); cnn.Open(); ITra... 阅读全文
posted @ 2007-11-20 18:09 liufei 阅读(204) 评论(0) 推荐(0) 编辑