OdbcErrorCollection.xml 8.6 KB

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