forked from dotnet/SqlClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSqlBatchCommandCollection.xml
183 lines (183 loc) · 7.86 KB
/
SqlBatchCommandCollection.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<docs>
<members name="SqlBatchCommandCollection">
<SqlBatchCommandCollection>
<summary>
A collection of instances of <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" />, contained within a <see cref="T:Microsoft.Data.SqlClient.SqlBatch" />.
</summary>
</SqlBatchCommandCollection>
<Add1>
<summary>
Add a <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> to the end of the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.
</summary>
</Add1>
<Add2>
<param name="item">
The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" />.
</param>
<summary>
Adds the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object to the <see cref="T:System.Collections.Generic.ICollection`1" />.
</summary>
</Add2>
<Contains1>
<summary>
Determines whether a <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> is in the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.
</summary>
</Contains1>
<Contains2>
<param name="item">
The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1" />.
</param>
<summary>
Indicates whether a <see cref="T:System.Data.Common.DbBatchCommand" /> is contained in the collection.
</summary>
<returns>
<see langword="true" /> if the <see cref="T:System.Data.Common.DbBatchCommand" /> is in the collection; otherwise <see langword="false" />.
</returns>
</Contains2>
<CopyTo1>
<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>
</CopyTo1>
<CopyTo2>
<param name="array">
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.
</param>
<param name="arrayIndex">
The zero-based index in <paramref name="array" /> at which copying begins.
</param>
<summary>
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.
</summary>
</CopyTo2>
<IndexOf1>
<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>
<returns>
Returns the zero-based index of the first occurence within the entire <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.
</returns>
</IndexOf1>
<IndexOf2>
<param name="item">
The object to locate in the <see cref="T:System.Collections.Generic.IList`1" />.
</param>
<summary>
Returns the index of the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object.
</summary>
<returns>
The index of the specified <see cref="T:System.Data.Common.DbBatchCommand" /> object.
</returns>
</IndexOf2>
<Insert1>
<summary>
Inserts an item into the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" /> at the specified index.
</summary>
</Insert1>
<Insert2>
<param name="index">
The index at which to insert the <see cref="T:System.Data.Common.DbBatchCommand" /> object.
</param>
<param name="item">
The object to insert into the <see cref="T:System.Collections.Generic.IList`1" />.
</param>
<summary>
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.
</summary>
</Insert2>
<Remove1>
<summary>
Removes the first occurence of a specific <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object from the collection.
</summary>
<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>
</Remove1>
<Remove2>
<param name="item">
The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" /> .
</param>
<summary>
Removes the specified <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object from the collection.
</summary>
<returns>
<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.Collections.Generic.ICollection`1" />.
</returns>
</Remove2>
<this1>
<summary>
Gets or Sets the element at the specified index.
</summary>
<returns>
The element at the specified index.
</returns>
</this1>
<this2>
<summary>
Gets or Sets the element at the specified index.
</summary>
<returns>
The element at the specified index.
</returns>
</this2>
<GetBatchCommand>
<param name="index">
The index where the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object is located.
</param>
<summary>
Returns the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object at the specified index in the list.
</summary>
<returns>
The <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object at the specified index in the list.
</returns>
</GetBatchCommand>
<SetBatchCommand>
<param name="index">
The index where the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object should be located.
</param>
<param name="batchCommand">
The <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object to add to the collection.
</param>
<summary>
Sets the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object at the specified index to a new value.
</summary>
</SetBatchCommand>
<Count>
<summary>
Gets the number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.
</summary>
<value>
The number of elements contained in the <see cref="T:System.Collections.Generic.ICollection`1" />.
</value>
</Count>
<IsReadOnly>
<summary>
Specifies whether the collection is read-only.
</summary>
<value>
<see langword="true" /> if the collection is read-only; otherwise <see langword="false" />.
</value>
</IsReadOnly>
<GetEnumerator>
<summary>
Returns the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object at the specified index in the collection.
</summary>
<returns>
The <see cref="T:System.Data.Common.DbBatchCommand" /> object at the specified index in the collection.
</returns>
</GetEnumerator>
<Clear>
<summary>
Removes all <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> values from the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommandCollection" />.
</summary>
</Clear>
<RemoveAt>
<param name="index">
The index where the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object is located.
</param>
<summary>
Removes the <see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand" /> object at the specified index from the collection.
</summary>
</RemoveAt>
</members>
</docs>