File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Microsoft.Data.SqlClient/ref Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,9 @@ public class SqlBatchCommandCollection : System.Data.Common.DbBatchCommandCollec
110
110
public override bool Remove ( System . Data . Common . DbBatchCommand item ) => throw null ;
111
111
/// <inheritdoc />
112
112
public override void RemoveAt ( int index ) => throw null ;
113
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this1/*'/>
113
114
Microsoft . Data . SqlClient . SqlBatchCommand System . Collections . Generic . IList < SqlBatchCommand > . this [ int index ] { get => throw null ; set { } }
114
- /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this /*'/>
115
+ /// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/this2 /*'/>
115
116
public new Microsoft . Data . SqlClient . SqlBatchCommand this [ int index ] { get => throw null ; set { } }
116
117
System . Collections . IEnumerator System . Collections . IEnumerable . GetEnumerator ( ) => throw null ;
117
118
/// <include file='../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommandCollection.xml' path='docs/members[@name="SqlBatchCommandCollection"]/GetBatchCommand/*'/>
You can’t perform that action at this time.
0 commit comments