Skip to content

Commit b828a47

Browse files
committed
Reference BatchCommand
Update Inherit doc cref references.
1 parent ca05e53 commit b828a47

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlBatchCommand.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
7373
</summary>
7474
</CanCreateParameter>
7575
<CommandText>
76-
<inheritdoc cref="Microsoft.Data.SqlClient.SqlCommand.CommandText"/>
76+
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.CommandText"/>
7777
</CommandText>
7878
<CommandType>
79-
<inheritdoc cref="Microsoft.Data.SqlClient.SqlCommand.CommandType" />
79+
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.CommandType" />
8080
</CommandType>
8181
<DbParameterCollection>
82-
<inheritdoc cref="Microsoft.Data.SqlClient.SqlParameterCollection.DbParameterCollection" />
82+
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.DbParameterCollection" />
8383
</DbParameterCollection>
8484
<RecordsAffected>
85-
<inheritdoc cref="Microsoft.Data.SqlClient.RecordsAffected" />
85+
<inheritdoc cref="Microsoft.Data.SqlClient.SqlBatchCommand.RecordsAffected" />
8686
</RecordsAffected>
8787
</members>
8888
</docs>

0 commit comments

Comments
 (0)