• 大小: 8.27KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 数据库  

资源简介

类库中 含有 连接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


评论

共有 条评论