摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data.SqlCl... 阅读全文
posted @ 2018-07-16 16:40 dxm809 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 今天使用数组的时候,用到了几个数组的属性,总结如下:Array的Rank 属性:语法:public int Rank { get; } 得到Array的秩(维数)。Array的GetUpperBound 方法:语法:public int GetUpperBound(i... 阅读全文
posted @ 2018-07-16 15:49 dxm809 阅读(310) 评论(0) 推荐(0) 编辑
摘要: Model:Employeeusing System.ComponentModel;namespace WpfApplicationBindingSample.Models{ /// /// 业务实体(Business Entity) /// ... 阅读全文
posted @ 2018-07-16 14:50 dxm809 阅读(167) 评论(0) 推荐(0) 编辑