SqlErrorCollection.xml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="SqlErrorCollection" FullName="System.Data.SqlClient.SqlErrorCollection">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public sealed class SqlErrorCollection : System.Collections.ICollection" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.Data</AssemblyName>
  6. <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
  7. <AssemblyVersion>1.0.3300.0</AssemblyVersion>
  8. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  9. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  10. </AssemblyInfo>
  11. <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
  12. <Base>
  13. <BaseTypeName>System.Object</BaseTypeName>
  14. </Base>
  15. <Interfaces>
  16. <Interface>
  17. <InterfaceName>System.Collections.ICollection</InterfaceName>
  18. </Interface>
  19. </Interfaces>
  20. <Attributes>
  21. <Attribute>
  22. <AttributeName>System.ComponentModel.ListBindable(false)</AttributeName>
  23. </Attribute>
  24. </Attributes>
  25. <Docs>
  26. <remarks>
  27. <attribution license="cc4" from="Microsoft" modified="false" />
  28. <para>This class is created by <see cref="T:System.Data.SqlClient.SqlException" /> to collect instances of the <see cref="T:System.Data.SqlClient.SqlError" /> class. <see cref="T:System.Data.SqlClient.SqlErrorCollection" /> always contains at least one instance of the <see cref="T:System.Data.SqlClient.SqlError" /> class.</para>
  29. </remarks>
  30. <summary>
  31. <attribution license="cc4" from="Microsoft" modified="false" />
  32. <para>Collects all errors generated by the .NET Framework Data Provider for SQL Server. This class cannot be inherited. </para>
  33. </summary>
  34. </Docs>
  35. <Members>
  36. <Member MemberName="CopyTo">
  37. <MemberSignature Language="C#" Value="public void CopyTo (Array array, int index);" />
  38. <MemberType>Method</MemberType>
  39. <ReturnValue>
  40. <ReturnType>System.Void</ReturnType>
  41. </ReturnValue>
  42. <Parameters>
  43. <Parameter Name="array" Type="System.Array" />
  44. <Parameter Name="index" Type="System.Int32" />
  45. </Parameters>
  46. <Docs>
  47. <remarks>To be added</remarks>
  48. <summary>
  49. <attribution license="cc4" from="Microsoft" modified="false" />
  50. <para>Copies the elements of the <see cref="T:System.Data.SqlClient.SqlErrorCollection" /> collection into an <see cref="T:System.Array" />, starting at the specified index.</para>
  51. </summary>
  52. <param name="array">
  53. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Array" /> to copy elements into. </param>
  54. <param name="index">
  55. <attribution license="cc4" from="Microsoft" modified="false" />The index from which to start copying into the <paramref name="array" /> parameter. </param>
  56. </Docs>
  57. <AssemblyInfo>
  58. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  59. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  60. </AssemblyInfo>
  61. </Member>
  62. <Member MemberName="CopyTo">
  63. <MemberSignature Language="C#" Value="public void CopyTo (System.Data.SqlClient.SqlError[] array, int index);" />
  64. <MemberType>Method</MemberType>
  65. <AssemblyInfo>
  66. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  67. </AssemblyInfo>
  68. <ReturnValue>
  69. <ReturnType>System.Void</ReturnType>
  70. </ReturnValue>
  71. <Parameters>
  72. <Parameter Name="array" Type="System.Data.SqlClient.SqlError[]" />
  73. <Parameter Name="index" Type="System.Int32" />
  74. </Parameters>
  75. <Docs>
  76. <remarks>To be added.</remarks>
  77. <summary>
  78. <attribution license="cc4" from="Microsoft" modified="false" />
  79. <para>Copies the elements of the <see cref="T:System.Data.SqlClient.SqlErrorCollection" /> collection into a <see cref="T:System.Data.SqlClient.SqlErrorCollection" />, starting at the specified index.</para>
  80. </summary>
  81. <param name="array">
  82. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.SqlClient.SqlErrorCollection" /> to copy the elements into.</param>
  83. <param name="index">
  84. <attribution license="cc4" from="Microsoft" modified="false" />The index from which to start copying into the <paramref name="array" /> parameter.</param>
  85. </Docs>
  86. </Member>
  87. <Member MemberName="Count">
  88. <MemberSignature Language="C#" Value="public int Count { get; }" />
  89. <MemberType>Property</MemberType>
  90. <ReturnValue>
  91. <ReturnType>System.Int32</ReturnType>
  92. </ReturnValue>
  93. <Docs>
  94. <value>To be added: an object of type 'int'</value>
  95. <remarks>To be added</remarks>
  96. <summary>
  97. <attribution license="cc4" from="Microsoft" modified="false" />
  98. <para>Gets the number of errors in the collection.</para>
  99. </summary>
  100. </Docs>
  101. <AssemblyInfo>
  102. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  103. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  104. </AssemblyInfo>
  105. </Member>
  106. <Member MemberName="GetEnumerator">
  107. <MemberSignature Language="C#" Value="public System.Collections.IEnumerator GetEnumerator ();" />
  108. <MemberType>Method</MemberType>
  109. <ReturnValue>
  110. <ReturnType>System.Collections.IEnumerator</ReturnType>
  111. </ReturnValue>
  112. <Parameters />
  113. <Docs>
  114. <remarks>
  115. <attribution license="cc4" from="Microsoft" modified="false" />
  116. <para>Enumerators can be used to read the data in a collection, but they cannot be used to modify the underlying collection.</para>
  117. </remarks>
  118. <summary>
  119. <attribution license="cc4" from="Microsoft" modified="false" />
  120. <para>Returns an enumerator that iterates through the <see cref="T:System.Data.SqlClient.SqlErrorCollection" />.</para>
  121. </summary>
  122. <returns>
  123. <attribution license="cc4" from="Microsoft" modified="false" />
  124. <para>An <see cref="T:System.Collections.IEnumerator" /> for the <see cref="T:System.Data.SqlClient.SqlErrorCollection" />.</para>
  125. </returns>
  126. </Docs>
  127. <AssemblyInfo>
  128. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  129. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  130. </AssemblyInfo>
  131. </Member>
  132. <Member MemberName="Item">
  133. <MemberSignature Language="C#" Value="public System.Data.SqlClient.SqlError this[int index] { get; }" />
  134. <MemberType>Property</MemberType>
  135. <AssemblyInfo>
  136. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  137. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  138. </AssemblyInfo>
  139. <ReturnValue>
  140. <ReturnType>System.Data.SqlClient.SqlError</ReturnType>
  141. </ReturnValue>
  142. <Parameters>
  143. <Parameter Name="index" Type="System.Int32" />
  144. </Parameters>
  145. <Docs>
  146. <param name="index">To be added.</param>
  147. <summary>To be added.</summary>
  148. <value>To be added.</value>
  149. <remarks>To be added.</remarks>
  150. </Docs>
  151. </Member>
  152. <Member MemberName="System.Collections.ICollection.IsSynchronized">
  153. <MemberSignature Language="C#" Value="bool System.Collections.ICollection.IsSynchronized { get; }" />
  154. <MemberType>Property</MemberType>
  155. <AssemblyInfo>
  156. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  157. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  158. </AssemblyInfo>
  159. <ReturnValue>
  160. <ReturnType>System.Boolean</ReturnType>
  161. </ReturnValue>
  162. <Docs>
  163. <value>To be added.</value>
  164. <remarks>
  165. <attribution license="cc4" from="Microsoft" modified="false" />
  166. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.SqlClient.SqlErrorCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  167. </remarks>
  168. <summary>
  169. <attribution license="cc4" from="Microsoft" modified="false" />
  170. <para>For a description of this member, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</para>
  171. </summary>
  172. </Docs>
  173. </Member>
  174. <Member MemberName="System.Collections.ICollection.SyncRoot">
  175. <MemberSignature Language="C#" Value="object System.Collections.ICollection.SyncRoot { get; }" />
  176. <MemberType>Property</MemberType>
  177. <AssemblyInfo>
  178. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  179. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  180. </AssemblyInfo>
  181. <ReturnValue>
  182. <ReturnType>System.Object</ReturnType>
  183. </ReturnValue>
  184. <Docs>
  185. <value>To be added.</value>
  186. <remarks>
  187. <attribution license="cc4" from="Microsoft" modified="false" />
  188. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.SqlClient.SqlErrorCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  189. </remarks>
  190. <summary>
  191. <attribution license="cc4" from="Microsoft" modified="false" />
  192. <para>For a description of this member, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</para>
  193. </summary>
  194. </Docs>
  195. </Member>
  196. </Members>
  197. </Type>