@@ -78,7 +78,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
78
78
]]>
79
79
</format >
80
80
</remarks >
81
- </Transaction >
81
+ </Transaction >
82
82
<BatchCommands >
83
83
<summary >
84
84
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
105
105
</DbTransaction >
106
106
<Cancel >
107
107
<inheritdoc cref =" P:Microsoft.Data.SqlClient.SqlBatch.Cancel" />
108
- </Cancel >
108
+ </Cancel >
109
109
<ExecuteNonQuery >
110
- <inheritdoc cref =" P :Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQuery" />
110
+ <inheritdoc cref =" M :Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQuery" />
111
111
</ExecuteNonQuery >
112
112
<ExecuteNonQueryAsync >
113
- <inheritdoc cref =" P :Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQueryAsync" />
114
- </ExecuteNonQueryAsync >
113
+ <inheritdoc cref =" M :Microsoft.Data.SqlClient.SqlBatch.ExecuteNonQueryAsync" />
114
+ </ExecuteNonQueryAsync >
115
115
<ExecuteScalar >
116
116
<inheritdoc cref =" P:Microsoft.Data.SqlClient.SqlBatch.ExecuteScalar" />
117
- </ExecuteScalar >
117
+ </ExecuteScalar >
118
118
<ExecuteScalarAsync >
119
- <inheritdoc cref =" P :Microsoft.Data.SqlClient.SqlBatch.ExecuteScalarAsync" />
120
- </ExecuteScalarAsync >
119
+ <inheritdoc cref =" M :Microsoft.Data.SqlClient.SqlBatch.ExecuteScalarAsync" />
120
+ </ExecuteScalarAsync >
121
121
<Prepare >
122
122
<inheritdoc cref =" P:Microsoft.Data.SqlClient.SqlBatch.Prepare" />
123
- </Prepare >
123
+ </Prepare >
124
124
<PrepareAsync >
125
- <inheritdoc cref =" P :Microsoft.Data.SqlClient.SqlBatch.PrepareAsync" />
125
+ <inheritdoc cref =" M :Microsoft.Data.SqlClient.SqlBatch.PrepareAsync" />
126
126
</PrepareAsync >
127
127
<ExecuteDbDataReader >
128
- <inheritdoc cref =" P :Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReader" />
128
+ <inheritdoc cref =" M :Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReader" />
129
129
</ExecuteDbDataReader >
130
130
<ExecuteDbDataReaderAsync >
131
- <inheritdoc cref =" P :Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReaderAsync" />
131
+ <inheritdoc cref =" M :Microsoft.Data.SqlClient.SqlBatch.ExecuteDbDataReaderAsync" />
132
132
</ExecuteDbDataReaderAsync >
133
133
<Commands >
134
134
<summary >
@@ -179,9 +179,9 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
179
179
]]>
180
180
</format >
181
181
</remarks >
182
- </ExecuteReaderAsync >
182
+ </ExecuteReaderAsync >
183
183
<CreateDbBatchCommand >
184
184
<inheritdoc cref =" P:Microsoft.Data.SqlClient.SqlBatch.CreateDbBatchCommand" />
185
- </CreateDbBatchCommand >
185
+ </CreateDbBatchCommand >
186
186
</members >
187
187
</docs >
0 commit comments