|
2 | 2 | <docs>
|
3 | 3 | <members name="SqlBatchCommandCollection">
|
4 | 4 | <SqlBatchCommandCollection>
|
5 |
| - <summary>A collection of instances of |
6 |
| - <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" />, contained within a |
| 5 | + <summary> |
| 6 | + A collection of instances of |
| 7 | + <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" />, contained within a |
7 | 8 | <see cref="T:Microsoft.Data.SqlClient.SqlBatch" />.
|
8 | 9 | </summary>
|
9 | 10 | <remarks>
|
|
14 | 15 | </remarks>
|
15 | 16 | </SqlBatchCommandCollection>
|
16 | 17 | <Add1>
|
17 |
| - <summary>Add a |
18 |
| - <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> to the end of the |
19 |
| - <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.</summary> |
| 18 | + <summary> |
| 19 | + Add a |
| 20 | + <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> to the end of the |
| 21 | + <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />. |
| 22 | + </summary> |
20 | 23 | <value></value>
|
21 | 24 | <remarks>
|
22 | 25 | <format type="text/markdown">
|
|
25 | 28 | </format>
|
26 | 29 | </remarks>
|
27 | 30 | </Add1>
|
| 31 | + <Add2> |
| 32 | + <param name="item"> |
| 33 | + The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" />. |
| 34 | + </param> |
| 35 | + <summary> |
| 36 | + Adds the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object to the <see cref="T:System.Data.Common.DbBatchCommandCollection" />. |
| 37 | + </summary> |
| 38 | + <remarks>To be added.</remarks> |
| 39 | + </Add2> |
28 | 40 | <Contains1>
|
29 |
| - <summary>Determines whether a |
30 |
| - <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> is in the |
31 |
| - <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.</summary> |
| 41 | + <summary> |
| 42 | + Determines whether a |
| 43 | + <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> is in the |
| 44 | + <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />. |
| 45 | + </summary> |
32 | 46 | <value></value>
|
33 | 47 | <remarks>
|
34 | 48 | <format type="text/markdown">
|
|
37 | 51 | </format>
|
38 | 52 | </remarks>
|
39 | 53 | </Contains1>
|
| 54 | + <Contains2> |
| 55 | + <param name="item"> |
| 56 | + The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1" />. |
| 57 | + </param> |
| 58 | + <summary> |
| 59 | + Indicates whether a <see cref="T:System.Data.Common.DbBatchCommand" /> is contained in the collection. |
| 60 | + </summary> |
| 61 | + <returns> |
| 62 | + <see langword="true" /> if the <see cref="T:System.Data.Common.DbBatchCommand" /> is in the collection; otherwise <see langword="false" />. |
| 63 | + </returns> |
| 64 | + <remarks>To be added.</remarks> |
| 65 | + </Contains2> |
40 | 66 | <CopyTo1>
|
41 |
| - <summary>Copies the entire <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> to a one dimensional array, starting at the target index of the target array.</summary> |
| 67 | + <summary> |
| 68 | + Copies the entire <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> to a one dimensional array, starting at the target index of the target array. |
| 69 | + </summary> |
42 | 70 | <value></value>
|
43 | 71 | <remarks>
|
44 | 72 | <format type="text/markdown">
|
|
47 | 75 | </format>
|
48 | 76 | </remarks>
|
49 | 77 | </CopyTo1>
|
| 78 | + <CopyTo2> |
| 79 | + <param name="array"> |
| 80 | + The one-dimensional <see cref="T:System.Array" /> that is the destination of the elements copied from <see cref="T:System.Collections.Generic.ICollection`1" />. The <see cref="T:System.Array" /> must have zero-based indexing. |
| 81 | + </param> |
| 82 | + <param name="arrayIndex"> |
| 83 | + The zero-based index in <paramref name="array" /> at which copying begins. |
| 84 | + </param> |
| 85 | + <summary> |
| 86 | + Copies the elements of the <see cref="T:System.Collections.Generic.ICollection`1" /> to an <see cref="T:System.Array" />, starting at a particular <see cref="T:System.Array" /> index. |
| 87 | + </summary> |
| 88 | + <remarks>To be added.</remarks> |
| 89 | + </CopyTo2> |
50 | 90 | <IndexOf1>
|
51 |
| - <summary>Searches for the specified <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> within the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> and returns the zero-based index of the first occurence within the entire <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.</summary> |
| 91 | + <summary> |
| 92 | + Searches for the specified <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> within the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> and returns the zero-based index of the first occurence within the entire <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />. |
| 93 | + </summary> |
52 | 94 | <returns>
|
53 | 95 | Returns the zero-based index of the first occurence within the entire <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.
|
54 | 96 | </returns>
|
|
59 | 101 | </format>
|
60 | 102 | </remarks>
|
61 | 103 | </IndexOf1>
|
| 104 | + <indexOf2> |
| 105 | + <param name="item"> |
| 106 | + The object to locate in the <see cref="T:System.Collections.Generic.IList`1" />. |
| 107 | + </param> |
| 108 | + <summary> |
| 109 | + Returns the index of the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object. |
| 110 | + </summary> |
| 111 | + <returns> |
| 112 | + The index of the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object. |
| 113 | + </returns> |
| 114 | + <remarks>To be added.</remarks> |
| 115 | + </indexOf2> |
62 | 116 | <Insert1>
|
63 |
| - <summary>Inserts an item into the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> at the specified index.</summary> |
| 117 | + <summary> |
| 118 | + Inserts an item into the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> at the specified index. |
| 119 | + </summary> |
64 | 120 | <exception cref="T:System.ArgumentOutOfRangeException"></exception>
|
65 | 121 | <remarks>
|
66 | 122 | <format type="text/markdown">
|
|
69 | 125 | </format>
|
70 | 126 | </remarks>
|
71 | 127 | </Insert1>
|
| 128 | + <insert2> |
| 129 | + <param name="index"> |
| 130 | + The index at which to insert the <see cref="T:System.Data.Common.DbBatchCommand" /> object. |
| 131 | + </param> |
| 132 | + <param name="item"> |
| 133 | + The object to insert into the <see cref="T:System.Collections.Generic.IList`1" />. |
| 134 | + </param> |
| 135 | + <summary> |
| 136 | + Inserts the specified index of the <see cref="T:System.Data.Common.DbBatchCommand" /> object with the specified name into the collection at the specified index. |
| 137 | + </summary> |
| 138 | + <remarks>To be added.</remarks> |
| 139 | + </insert2> |
72 | 140 | <Remove1>
|
73 |
| - <summary>Removes the first occurence of the specific item from the |
| 141 | + <summary> |
| 142 | + Removes the first occurence of the specific item from the |
74 | 143 | <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" />.
|
75 | 144 | </summary>
|
76 |
| - <returns>Returns <see langword="true" /> if an item is successfully removed. Returns false if an item could not be removed or no item was not found.</returns> |
| 145 | + <returns> |
| 146 | + Returns <see langword="true" /> if an item is successfully removed. Returns false if an item could not be removed or no item was not found. |
| 147 | + </returns> |
77 | 148 | <remarks>
|
78 | 149 | <format type="text/markdown">
|
79 | 150 | <![CDATA[
|
80 | 151 | ]]>
|
81 | 152 | </format>
|
82 | 153 | </remarks>
|
83 | 154 | </Remove1>
|
| 155 | + <Remove2> |
| 156 | + <param name="item"> |
| 157 | + The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" />. |
| 158 | + </param> |
| 159 | + <summary> |
| 160 | + Removes the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object from the collection. |
| 161 | + </summary> |
| 162 | + <returns> |
| 163 | + <see langword="true" /> if <paramref name="item" /> was successfully removed; otherwise, <see langword="false" />. This method also returns <see langword="false" /> if <paramref name="item" /> was not found in the <see cref="T:System.Data.Common.DbBatchCommandCollection" />. |
| 164 | + </returns> |
| 165 | + <remarks>To be added.</remarks> |
| 166 | + </Remove2> |
84 | 167 | <this1>
|
85 | 168 | <summary>Gets or Sets the element at the specified index.</summary>
|
86 | 169 | <returns>The element at the specified index.</returns>
|
|
103 | 186 | </format>
|
104 | 187 | </remarks>
|
105 | 188 | </this2>
|
| 189 | + <GetBatchCommand> |
| 190 | + <summary>To be added.</summary> |
| 191 | + </GetBatchCommand> |
| 192 | + <SetBatchCommand> |
| 193 | + <param name="index"> |
| 194 | + The index where the <see cref="T:System.Data.Common.DbBatchCommand" /> object is located. |
| 195 | + </param> |
| 196 | + <param name="batchCommand">To be added.</param> |
| 197 | + <summary> |
| 198 | + Sets the <see cref="T:System.Data.Common.DbBatchCommand" /> object at the specified index to a new value. |
| 199 | + </summary> |
| 200 | + <remarks>To be added.</remarks> |
| 201 | + </SetBatchCommand> |
106 | 202 | </members>
|
107 | 203 | </docs>
|
0 commit comments