File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
doc/snippets/Microsoft.Data.SqlClient Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,16 +73,16 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
73
73
</summary >
74
74
</CanCreateParameter >
75
75
<CommandText >
76
- <inheritdoc cref =" Microsoft.Data.SqlClient.SqlCommand .CommandText" />
76
+ <inheritdoc cref =" Microsoft.Data.SqlClient.SqlBatchCommand .CommandText" />
77
77
</CommandText >
78
78
<CommandType >
79
- <inheritdoc cref =" Microsoft.Data.SqlClient.SqlCommand .CommandType" />
79
+ <inheritdoc cref =" Microsoft.Data.SqlClient.SqlBatchCommand .CommandType" />
80
80
</CommandType >
81
81
<DbParameterCollection >
82
- <inheritdoc cref =" Microsoft.Data.SqlClient.SqlParameterCollection .DbParameterCollection" />
82
+ <inheritdoc cref =" Microsoft.Data.SqlClient.SqlBatchCommand .DbParameterCollection" />
83
83
</DbParameterCollection >
84
84
<RecordsAffected >
85
- <inheritdoc cref =" Microsoft.Data.SqlClient.RecordsAffected" />
85
+ <inheritdoc cref =" Microsoft.Data.SqlClient.SqlBatchCommand. RecordsAffected" />
86
86
</RecordsAffected >
87
87
</members >
88
88
</docs >
You can’t perform that action at this time.
0 commit comments