Skip to content

Commit 17a95bb

Browse files
committed
Clean-up Mix up for Property vs Methods
1 parent 66ad6a5 commit 17a95bb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
7878
]]>
7979
</format>
8080
</remarks>
81-
</Transaction>
81+
</Transaction>
8282
<BatchCommands>
8383
<summary>
8484
The list of commands contained in the batch in a <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.
@@ -105,30 +105,30 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
105105
</DbTransaction>
106106
<Cancel>
107107
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.Cancel"/>
108-
</Cancel>
108+
</Cancel>
109109
<ExecuteNonQuery>
110-
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQuery"/>
110+
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQuery"/>
111111
</ExecuteNonQuery>
112112
<ExecuteNonQueryAsync>
113-
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQueryAsync"/>
114-
</ExecuteNonQueryAsync>
113+
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQueryAsync"/>
114+
</ExecuteNonQueryAsync>
115115
<ExecuteScalar>
116116
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteScalar"/>
117-
</ExecuteScalar>
117+
</ExecuteScalar>
118118
<ExecuteScalarAsync>
119-
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteScalarAsync"/>
120-
</ExecuteScalarAsync>
119+
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteScalarAsync"/>
120+
</ExecuteScalarAsync>
121121
<Prepare>
122122
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.Prepare"/>
123-
</Prepare>
123+
</Prepare>
124124
<PrepareAsync>
125-
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.PrepareAsync"/>
125+
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.PrepareAsync"/>
126126
</PrepareAsync>
127127
<ExecuteDbDataReader>
128-
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReader"/>
128+
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReader"/>
129129
</ExecuteDbDataReader>
130130
<ExecuteDbDataReaderAsync>
131-
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReaderAsync"/>
131+
<inheritdoc cref="M:Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReaderAsync"/>
132132
</ExecuteDbDataReaderAsync>
133133
<Commands>
134134
<summary>
@@ -179,9 +179,9 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
179179
]]>
180180
</format>
181181
</remarks>
182-
</ExecuteReaderAsync>
182+
</ExecuteReaderAsync>
183183
<CreateDbBatchCommand>
184184
<inheritdoc cref="P:Microsoft.Data.SqlClient.SqlBatch.CreateDbBatchCommand"/>
185-
</CreateDbBatchCommand>
185+
</CreateDbBatchCommand>
186186
</members>
187187
</docs>

0 commit comments

Comments
 (0)