摘要: ADO.NET命名规范数据类型数据类型简写标准命名举例ConnectionconconNorthwindCommandcmdcmdReturnProductsParameterparmparmProductIDDataAdapterdaddadProductsDataReaderdtrdtrProductsDataSetdstdstNorthWindDataTabledtbldtblProductDataRowdrowdrowRow98DataColumndcoldcolProductIDDataRelationdreldrelMasterDetailDataViewdvwdvwFiltere 阅读全文
posted @ 2014-04-10 11:00 liyx0618 阅读(366) 评论(0) 推荐(0) 编辑
摘要: bitbooltinyintbytesmallintshortintintbigintlongrealfloatfloatdoublemoneydecimaldatetimeDateTimecharstringvarcharstringncharstringnvarcharstringtextstringntextstringimagebyte[]binarybyte[]uniqueidentifierGuid/ SqlDbType转换为C#数据类型public static Type SqlType2CsharpType(SqlDbType sqlType) { switch (sqlTyp 阅读全文
posted @ 2014-04-10 10:52 liyx0618 阅读(576) 评论(0) 推荐(0) 编辑