Skip to content

Commit

Permalink
Missing Definition for Property
Browse files Browse the repository at this point in the history
  • Loading branch information
H-Yeo committed Feb 2, 2024
1 parent 17a95bb commit 42611b5
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 @@ -74,16 +74,16 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
</summary>
</CanCreateParameter>
<CommandText>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.CommandText"/>
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatchCommand.CommandText"/>
</CommandText>
<CommandType>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.CommandType" />
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatchCommand.CommandType" />
</CommandType>
<DbParameterCollection>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.DbParameterCollection" />
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatchCommand.DbParameterCollection" />
</DbParameterCollection>
<RecordsAffected>
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.RecordsAffected" />
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatchCommand.RecordsAffected" />
</RecordsAffected>
</members>
</docs>

0 comments on commit 42611b5

Please sign in to comment.