資源簡介
類庫中 含有 連接SqlCe數據庫(*.sdf)的方法 以及常用的 增刪改查等基本操作,詳見類源碼
代碼片段和文件信息
using?System;
using?System.Data;
using?System.Data.SqlServerCe;
using?System.Configuration;
using?System.Collections;
namespace?SbuxMobile.DAL
{
????///?
????///?The?SqlCeHelper?class?is?intended?to?encapsulate?high?performance?scalable?best?practices?for?
????///?common?uses?of?SqlClient
????///?
????public?sealed?partial?class?SqlCeHelper
????{
????????#region?private?utility?methods?&?constructors
????????//?Since?this?class?provides?only?static?methods?make?the?default?constructor?private?to?prevent?
????????//?instances?from?being?created?with?“new?SqlCeHelper()“
????????private?SqlCeHelper()?{?}
????????///?
????????///?This?method?is?used?to?attach?array?of?SqlCeParameters?to?a?SqlCeCommand.
????????///?
????????///?This?method
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????153446??2009-12-14?22:26??SqlCeHelper.cs
-----------?---------??----------?-----??----
???????????????153446????????????????????1
評論
共有 條評論