Skip to content

Commit

Permalink
Restore <inheritdoc> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeo committed Jan 17, 2024
1 parent afe0ee4 commit c99502c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ internal SqlBatchCommand(string commandText, SqlParameterCollection parameterCol
_parameters = parameterCollection;
}

/// <include file='../../../../../../doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml' path='docs/members[@name="SqlBatchCommand"]/CommandText/*'/>
/// <inheritdoc />
public
#if NET6_0_OR_GREATER
override
Expand Down

0 comments on commit c99502c

Please sign in to comment.