zoukankan      html  css  js  c++  java
  • ADO.NET的介绍

    名称空间   //提供了在.net数据访问中使用的类和接口

    名称空间 说明
    System.Data 所有数据访问泛型类
    System.Data.Common 各个数据提供程序共享的类
    System.Data.EntityClient Entity Framework类
    System.Data。Linq.SqlClient LINQ to Sql 提供程序类
    System。Data。Odbc ODBC提供程序的类
    System.Data。Sql 用于SqlServer数据访问的新泛型接口和类
    System.Data.SqlClient SqlServer 提供程序的类
    System.Data.SqlTypes SqlServer数据类型
       
       
       
       

    数据库专用类

    说明
    SqlCommand 用作Sql语句或存储过程调用的包装器
    SqlCommandBuilder 用于从一条Select语句中生成Sql命令
    SqlConnection 用于连接数据库
    SqlDataAdapter 用于存储select,insert,update,delete命令的类
    SqlDataReader 用于只向前的连接数据读取器
    SqlParameter 用于为存储过程定义一个参数
    SqlTransaction 用于数据库事务,包装在一个对象中。
  • 相关阅读:
    SQL SEREVR IO
    INTEL
    windows performance
    The DiskSpd Storage Performance Tool
    machine Learning
    NOSQL
    X64 Deep Dive
    Debugging and performance,ETW
    Disk Performance
    WCF transport-and-message-security
  • 原文地址:https://www.cnblogs.com/zxk3113/p/3884955.html
Copyright © 2011-2022 走看看