最新下载
热门教程
- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 7
 - 8
 - 9
 - 10
 
XmlConnection
时间:2022-07-02 11:49:31 编辑:袖梨 来源:一聚教程网
                                            using System;
using System.ComponentModel;
using System.Data;
using System.Xml;
namespace System.Data.XmlClient
{
public class XmlConnection : Component, IDbConnection, ICloneable
{
// Constructors
public XmlConnection()
{
}
public XmlConnection(string connectionString)
{
_connString = connectionString;
}
////////////////////
// IDbConnection
////////////////////
// Public Properties
public string ConnectionString
{
get { return _connString; }
set { _connString = value; }
}
    
public int ConnectionTimeout
{
get
{
throw new InvalidOperationException("XmlClient Provider does not support this function");
                                        				                
                    
                        
                            
                        
                
                
            using System.ComponentModel;
using System.Data;
using System.Xml;
namespace System.Data.XmlClient
{
public class XmlConnection : Component, IDbConnection, ICloneable
{
// Constructors
public XmlConnection()
{
}
public XmlConnection(string connectionString)
{
_connString = connectionString;
}
////////////////////
// IDbConnection
////////////////////
// Public Properties
public string ConnectionString
{
get { return _connString; }
set { _connString = value; }
}
public int ConnectionTimeout
{
get
{
throw new InvalidOperationException("XmlClient Provider does not support this function");
相关文章
- 地下城堡4恶水湖的女妖怎么打 恶水湖的女妖打法教学 11-04
 - 三国群英传策定九州召唤弓阵容怎么搭配 召唤弓阵容搭配推荐 11-04
 - 鸡年朋友圈祝福语83句 11-04
 - 三国群英传策定九州小乔怎么样 小乔介绍一览 11-04
 - 三国天下归心蔡文姬怎么玩 蔡文姬玩法教学 11-04
 - 三国天下归心名将来访怎么配队 名将来访队伍搭配推荐 11-04