代码搜索:DataTable
找到约 1,626 项符合「DataTable」的源代码
代码结果 1,626
www.eeworm.com/read/193301/8240444
cs ajaxdata.cs
using System.Data ;
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Ttyu
{
///
/// AjaxData 的摘要说明。
///
public cla
www.eeworm.com/read/370089/9619054
cs clsintendmethed.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data.SqlClient;
using System.Data;
namespace houseAgency.mothedCls
{
class clsIntendMethed
{
Cl
www.eeworm.com/read/173075/9675483
cs icommonaccess.cs
using System;
using System.Collections;
using System.Data;
namespace OceanSoft.Data
{
///
/// 通用数据访问接口
///
public interface ICommonAccess
{
///
///
www.eeworm.com/read/173075/9675484
txt interface.txt
一、属性
命令字符串属性 string CommandString
命令参数集属性 Hashtable CommandParams
是否是存储过程属性 bool IsStoredProcedure
二、方法
1、关于事务
开始事务 void BeginTrans();
提交事务 void CommitTrans();
回滚事务 void RollbackT
www.eeworm.com/read/415804/11052695
txt ado.txt
some CODES : ----080325AM
(我写这些代码的目的不是纯为了实验时候需要,而是相应的学习,刚刚在VS2005中写了一段,发现一些问题,
我学的ADO.NET 1.1版本的知识类现在都被VS2005版封装得更隐蔽了,但是这些代码还是很有用的,只有理解了这些,才可以在更高版本的
www.eeworm.com/read/413349/11158936
cs sqliteprovider.cs
/** Copyright (c) 2006, All-In-One Creations, Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the followi
www.eeworm.com/read/413331/11159386
cs exportdata.cs
using System;
using System.IO;
using System.Windows.Forms;
using System.Data;
using System.Text;
namespace train
{
///
/// ExportData:导出数据
///
public class ExportDat
www.eeworm.com/read/413331/11159388
cs schedule.cs
using System;
using System.Data;
namespace train
{
///
/// Schedule:负责与数据层的交互
///
public class Schedule
{
private DataBaseOperate db;
private DataTable tab