Skip to content

Commit

Permalink
Reference BatchCommand
Browse files Browse the repository at this point in the history
Update Inherit doc cref references.
  • Loading branch information
H-Yeo committed Jan 26, 2024
1 parent ca05e53 commit b828a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,16 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
</summary>
</CanCreateParameter>
<CommandText>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlCommand.CommandText"/>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.CommandText"/>
</CommandText>
<CommandType>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlCommand.CommandType" />
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.CommandType" />
</CommandType>
<DbParameterCollection>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlParameterCollection.DbParameterCollection" />
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.DbParameterCollection" />
</DbParameterCollection>
<RecordsAffected>
<inheritdoc cref="Microsoft.Data.SqlClient.RecordsAffected" />
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.RecordsAffected" />
</RecordsAffected>
</members>
</docs>

0 comments on commit b828a47

Please sign in to comment.