最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
XmlDataAdapter
时间:2022-07-02 11:43:14 编辑:袖梨 来源:一聚教程网
using System;
using System.Data;
using System.Data.Common;
using System.Collections;
using System.Xml;
using System.Xml.XPath;
namespace System.Data.XmlClient
{
public class XmlDataAdapter : DataAdapter
{
// Constructors
public XmlDataAdapter()
{
}
public XmlDataAdapter(XmlCommand selectCommand)
{
_selectCommand = selectCommand;
}
public XmlDataAdapter(string selectCommandText)
{
_selectCommand = new XmlCommand(selectCommandText, new XmlConnection());
}
public XmlDataAdapter(string selectCommandText, XmlConnection selectConnection)
{
_selectCommand = new XmlCommand(selectCommandText, selectConnection);
}
////////////////////
// Properties
////////////////////
public XmlCommand SelectCommand
{
get { return _selectCommand; }
using System.Data;
using System.Data.Common;
using System.Collections;
using System.Xml;
using System.Xml.XPath;
namespace System.Data.XmlClient
{
public class XmlDataAdapter : DataAdapter
{
// Constructors
public XmlDataAdapter()
{
}
public XmlDataAdapter(XmlCommand selectCommand)
{
_selectCommand = selectCommand;
}
public XmlDataAdapter(string selectCommandText)
{
_selectCommand = new XmlCommand(selectCommandText, new XmlConnection());
}
public XmlDataAdapter(string selectCommandText, XmlConnection selectConnection)
{
_selectCommand = new XmlCommand(selectCommandText, selectConnection);
}
////////////////////
// Properties
////////////////////
public XmlCommand SelectCommand
{
get { return _selectCommand; }
相关文章
- Claude Design避坑指南:3个新手常犯的错误 05-27
- Project Genie 地区限制避坑:这些热门国家无法使用 05-27
- 戴文军个人简历怎么查?从打工仔到百亿掌门只用6年 05-27
- 绝味鸭脖戴文军简介:揭秘鸭王背后不为人知的创业真相 05-27
- 亲测京东JoyInside一个月,这些优缺点你必须知道 05-27
- uc浏览器网页版入口官网-手机/电脑uc浏览器网页版入口地址 05-26