4
4
5
5
namespace Microsoft . Data . SqlClient
6
6
{
7
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/SqlBatch/*'/>
7
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/SqlBatch/*'/>
8
8
public class SqlBatch : System . Data . Common . DbBatch
9
9
{
10
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ctor1/*'/>
10
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ctor1/*'/>
11
11
public SqlBatch ( ) { throw null ; }
12
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ctor2/*'/>
12
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ctor2/*'/>
13
13
public SqlBatch ( Microsoft . Data . SqlClient . SqlConnection connection , Microsoft . Data . SqlClient . SqlTransaction transaction = null ) { throw null ; }
14
14
/// <inheritdoc />
15
15
public override int Timeout { get => throw null ; set { } }
16
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Timeout/*'/>
16
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Timeout/*'/>
17
17
public new Microsoft . Data . SqlClient . SqlConnection Connection { get => throw null ; set { } }
18
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Connection/*'/>
18
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Connection/*'/>
19
19
public new Microsoft . Data . SqlClient . SqlTransaction Transaction { get => throw null ; set { } }
20
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Transaction/*'/>
20
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Transaction/*'/>
21
21
public new SqlBatchCommandCollection BatchCommands { get => throw null ; }
22
22
/// <inheritdoc />
23
23
protected override System . Data . Common . DbBatchCommandCollection DbBatchCommands { get => throw null ; }
@@ -43,85 +43,85 @@ public class SqlBatch : System.Data.Common.DbBatch
43
43
protected override System . Data . Common . DbDataReader ExecuteDbDataReader ( System . Data . CommandBehavior behavior ) => throw null ;
44
44
/// <inheritdoc />
45
45
protected override System . Threading . Tasks . Task < System . Data . Common . DbDataReader > ExecuteDbDataReaderAsync ( System . Data . CommandBehavior behavior , System . Threading . CancellationToken cancellationToken ) => throw null ;
46
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Commands/*'/>
46
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/Commands/*'/>
47
47
public System . Collections . Generic . List < Microsoft . Data . SqlClient . SqlBatchCommand > Commands { get { throw null ; } }
48
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReader/*'/>
48
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml' path='docs/members[@name="SqlBatch"]/ExecuteReader/*'/>
49
49
public Microsoft . Data . SqlClient . SqlDataReader ExecuteReader ( ) => throw null ;
50
50
/// <inheritdoc />
51
51
protected override System . Data . Common . DbBatchCommand CreateDbBatchCommand ( ) => throw null ;
52
52
}
53
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/SqlBatchCommand/*'/>
53
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/SqlBatchCommand/*'/>
54
54
public partial class SqlBatchCommand : System . Data . Common . DbBatchCommand
55
55
{
56
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/ctor1/*'/>
56
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/ctor1/*'/>
57
57
public SqlBatchCommand ( ) => throw null ;
58
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/ctor2/*'/>
58
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/ctor2/*'/>
59
59
public SqlBatchCommand ( string commandText , System . Data . CommandType commandType = System . Data . CommandType . Text , System . Collections . Generic . IEnumerable < Microsoft . Data . SqlClient . SqlParameter > parameters = null , Microsoft . Data . SqlClient . SqlCommandColumnEncryptionSetting columnEncryptionSetting = Microsoft . Data . SqlClient . SqlCommandColumnEncryptionSetting . UseConnectionSetting ) { throw null ; }
60
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/Parameters/*'/>
60
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/Parameters/*'/>
61
61
public new Microsoft . Data . SqlClient . SqlParameterCollection Parameters { get { throw null ; } }
62
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandText/*'/>
62
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandText/*'/>
63
63
public override string CommandText { get { throw null ; } set { } }
64
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandType/*'/>
64
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandType/*'/>
65
65
public override System . Data . CommandType CommandType { get { throw null ; } set { } }
66
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandBehavior/*'/>
66
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandBehavior/*'/>
67
67
public System . Data . CommandBehavior CommandBehavior { get { throw null ; } set { } }
68
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/RecordsAffected/*'/>
68
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/RecordsAffected/*'/>
69
69
public override int RecordsAffected { get { throw null ; } }
70
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/DbParameterCollection/*'/>
70
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/DbParameterCollection/*'/>
71
71
protected override System . Data . Common . DbParameterCollection DbParameterCollection => throw null ;
72
72
}
73
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/SqlBatchCommandCollection/*'/>
73
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/SqlBatchCommandCollection/*'/>
74
74
public class SqlBatchCommandCollection : System . Data . Common . DbBatchCommandCollection , System . Collections . Generic . IList < SqlBatchCommand >
75
75
{
76
76
/// <inheritdoc />
77
77
public override int Count => throw null ;
78
78
/// <inheritdoc />
79
79
public override bool IsReadOnly => throw null ;
80
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/GetEnumerator/*'/>
80
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/GetEnumerator/*'/>
81
81
System . Collections . Generic . IEnumerator < Microsoft . Data . SqlClient . SqlBatchCommand > System . Collections . Generic . IEnumerable < Microsoft . Data . SqlClient . SqlBatchCommand > . GetEnumerator ( ) => throw null ;
82
82
/// <inheritdoc />
83
83
public override System . Collections . Generic . IEnumerator < System . Data . Common . DbBatchCommand > GetEnumerator ( ) => throw null ;
84
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Add/*'/>
84
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Add/*'/>
85
85
public void Add ( Microsoft . Data . SqlClient . SqlBatchCommand item ) => throw null ;
86
86
/// <inheritdoc />
87
87
public override void Add ( System . Data . Common . DbBatchCommand item ) => throw null ;
88
88
/// <inheritdoc />
89
89
public override void Clear ( ) => throw null ;
90
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Contains/*'/>
90
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Contains/*'/>
91
91
public bool Contains ( Microsoft . Data . SqlClient . SqlBatchCommand item ) => throw null ;
92
92
/// <inheritdoc />
93
93
public override bool Contains ( System . Data . Common . DbBatchCommand item ) => throw null ;
94
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/CopyTo/*'/>
94
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/CopyTo/*'/>
95
95
public void CopyTo ( Microsoft . Data . SqlClient . SqlBatchCommand [ ] array , int arrayIndex ) => throw null ;
96
96
/// <inheritdoc />
97
97
public override void CopyTo ( System . Data . Common . DbBatchCommand [ ] array , int arrayIndex ) => throw null ;
98
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/IndexOf/*'/>
98
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/IndexOf/*'/>
99
99
public int IndexOf ( Microsoft . Data . SqlClient . SqlBatchCommand item ) => throw null ;
100
100
/// <inheritdoc />
101
101
public override int IndexOf ( System . Data . Common . DbBatchCommand item ) => throw null ;
102
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Insert/*'/>
102
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Insert/*'/>
103
103
public void Insert ( int index , Microsoft . Data . SqlClient . SqlBatchCommand item ) => throw null ;
104
104
/// <inheritdoc />
105
105
public override void Insert ( int index , System . Data . Common . DbBatchCommand item ) => throw null ;
106
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Remove/*'/>
106
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Remove/*'/>
107
107
public bool Remove ( Microsoft . Data . SqlClient . SqlBatchCommand item ) => throw null ;
108
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Remove/*'/>
108
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/Remove/*'/>
109
109
public override bool Remove ( System . Data . Common . DbBatchCommand item ) => throw null ;
110
110
/// <inheritdoc />
111
111
public override void RemoveAt ( int index ) => throw null ;
112
112
Microsoft . Data . SqlClient . SqlBatchCommand System . Collections . Generic . IList < SqlBatchCommand > . this [ int index ] { get => throw null ; set { } }
113
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this/*'/>
113
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this/*'/>
114
114
public new Microsoft . Data . SqlClient . SqlBatchCommand this [ int index ] { get => throw null ; set { } }
115
115
System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) => throw null ;
116
116
/// <inheritdoc />
117
117
protected override System . Data . Common . DbBatchCommand GetBatchCommand ( int index ) => throw null ;
118
118
/// <inheritdoc />
119
119
protected override void SetBatchCommand ( int index , System . Data . Common . DbBatchCommand batchCommand ) => throw null ;
120
120
}
121
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlException.xml' path='docs/members[@name="SqlException"]/SqlException/*'/>
121
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlException.xml' path='docs/members[@name="SqlException"]/SqlException/*'/>
122
122
public sealed partial class SqlException
123
123
{
124
- /// <include file='../../../../ doc/snippets/Microsoft.Data.SqlClient/SqlException.xml' path='docs/members[@name="SqlException"]/BatchCommand/*' />
124
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlException.xml' path='docs/members[@name="SqlException"]/BatchCommand/*' />
125
125
public new Microsoft . Data . SqlClient . SqlBatchCommand BatchCommand { get { throw null ; } }
126
126
}
127
127
}
0 commit comments