Skip to content

Commit c99502c

Browse files
committed
Restore <inheritdoc> tags
1 parent afe0ee4 commit c99502c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Data.SqlClient/src/Microsoft/Data/SqlClient/SqlBatchCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ internal SqlBatchCommand(string commandText, SqlParameterCollection parameterCol
6868
_parameters = parameterCollection;
6969
}
7070

71-
/// <include file='../../../../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandText/*'/>
71+
/// <inheritdoc />
7272
public
7373
#if NET6_0_OR_GREATER
7474
override

0 commit comments

Comments
 (0)