IColumnMappingCollection.xml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="IColumnMappingCollection" FullName="System.Data.IColumnMappingCollection">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public interface IColumnMappingCollection : System.Collections.IList" />
  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. <Interfaces>
  13. <Interface>
  14. <InterfaceName>System.Collections.IList</InterfaceName>
  15. </Interface>
  16. </Interfaces>
  17. <Docs>
  18. <remarks>
  19. <attribution license="cc4" from="Microsoft" modified="false" />
  20. <para>The <see cref="T:System.Data.IColumnMappingCollection" /> interface enables an inheriting class to implement a ColumnMapping collection. For more information, see <format type="text/html"><a href="D023260A-A66A-4C39-B8F4-090CD130E730">[&lt;topic://cpconsettingupdatatabledatacolumnmappings&gt;]</a></format>.</para>
  21. <para>An application does not create an instance of the <see cref="T:System.Data.IColumnMappingCollection" /> interface directly, but creates an instance of a class that inherits <see cref="T:System.Data.IColumnMappingCollection" />.</para>
  22. <para>Classes that inherit <see cref="T:System.Data.IColumnMappingCollection" /> must implement all inherited members, and typically define additional members to add provider-specific functionality. For example, the <see cref="T:System.Data.IColumnMappingCollection" /> interface defines the <see cref="M:System.Data.IColumnMappingCollection.RemoveAt(System.String)" /> method. In turn, the <see cref="T:System.Data.Common.DataTableMappingCollection" /> class inherits this method, and defines two additional overloads of <see cref="M:System.Data.Common.DataTableMappingCollection.RemoveAt(System.Int32)" />.</para>
  23. </remarks>
  24. <summary>
  25. <attribution license="cc4" from="Microsoft" modified="false" />
  26. <para>Contains a collection of DataColumnMapping objects, and is implemented by the <see cref="T:System.Data.Common.DataColumnMappingCollection" />, which is used in common by .NET Framework data providers.</para>
  27. </summary>
  28. </Docs>
  29. <Members>
  30. <Member MemberName="Add">
  31. <MemberSignature Language="C#" Value="public System.Data.IColumnMapping Add (string sourceColumnName, string dataSetColumnName);" />
  32. <MemberType>Method</MemberType>
  33. <ReturnValue>
  34. <ReturnType>System.Data.IColumnMapping</ReturnType>
  35. </ReturnValue>
  36. <Parameters>
  37. <Parameter Name="sourceColumnName" Type="System.String" />
  38. <Parameter Name="dataSetColumnName" Type="System.String" />
  39. </Parameters>
  40. <Docs>
  41. <remarks>To be added</remarks>
  42. <summary>
  43. <attribution license="cc4" from="Microsoft" modified="false" />
  44. <para>Adds a ColumnMapping object to the ColumnMapping collection using the source column and <see cref="T:System.Data.DataSet" /> column names.</para>
  45. </summary>
  46. <returns>
  47. <attribution license="cc4" from="Microsoft" modified="false" />
  48. <para>The ColumnMapping object that was added to the collection.</para>
  49. </returns>
  50. <param name="sourceColumnName">
  51. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source column. </param>
  52. <param name="dataSetColumnName">
  53. <attribution license="cc4" from="Microsoft" modified="false" />The name of the <see cref="T:System.Data.DataSet" /> column. </param>
  54. </Docs>
  55. <AssemblyInfo>
  56. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  57. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  58. </AssemblyInfo>
  59. </Member>
  60. <Member MemberName="Contains">
  61. <MemberSignature Language="C#" Value="public bool Contains (string sourceColumnName);" />
  62. <MemberType>Method</MemberType>
  63. <ReturnValue>
  64. <ReturnType>System.Boolean</ReturnType>
  65. </ReturnValue>
  66. <Parameters>
  67. <Parameter Name="sourceColumnName" Type="System.String" />
  68. </Parameters>
  69. <Docs>
  70. <remarks>To be added</remarks>
  71. <summary>
  72. <attribution license="cc4" from="Microsoft" modified="false" />
  73. <para>Gets a value indicating whether the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> contains a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name.</para>
  74. </summary>
  75. <returns>
  76. <attribution license="cc4" from="Microsoft" modified="false" />
  77. <para>true if a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name exists, otherwise false.</para>
  78. </returns>
  79. <param name="sourceColumnName">
  80. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source column. </param>
  81. </Docs>
  82. <AssemblyInfo>
  83. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  84. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  85. </AssemblyInfo>
  86. </Member>
  87. <Member MemberName="GetByDataSetColumn">
  88. <MemberSignature Language="C#" Value="public System.Data.IColumnMapping GetByDataSetColumn (string dataSetColumnName);" />
  89. <MemberType>Method</MemberType>
  90. <ReturnValue>
  91. <ReturnType>System.Data.IColumnMapping</ReturnType>
  92. </ReturnValue>
  93. <Parameters>
  94. <Parameter Name="dataSetColumnName" Type="System.String" />
  95. </Parameters>
  96. <Docs>
  97. <remarks>To be added</remarks>
  98. <summary>
  99. <attribution license="cc4" from="Microsoft" modified="false" />
  100. <para>Gets the ColumnMapping object with the specified <see cref="T:System.Data.DataSet" /> column name.</para>
  101. </summary>
  102. <returns>
  103. <attribution license="cc4" from="Microsoft" modified="false" />
  104. <para>The ColumnMapping object with the specified DataSet column name.</para>
  105. </returns>
  106. <param name="dataSetColumnName">
  107. <attribution license="cc4" from="Microsoft" modified="false" />The name of the <see cref="T:System.Data.DataSet" /> column within the collection. </param>
  108. </Docs>
  109. <AssemblyInfo>
  110. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  111. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  112. </AssemblyInfo>
  113. </Member>
  114. <Member MemberName="IndexOf">
  115. <MemberSignature Language="C#" Value="public int IndexOf (string sourceColumnName);" />
  116. <MemberType>Method</MemberType>
  117. <ReturnValue>
  118. <ReturnType>System.Int32</ReturnType>
  119. </ReturnValue>
  120. <Parameters>
  121. <Parameter Name="sourceColumnName" Type="System.String" />
  122. </Parameters>
  123. <Docs>
  124. <remarks>To be added</remarks>
  125. <summary>
  126. <attribution license="cc4" from="Microsoft" modified="false" />
  127. <para>Gets the location of the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name. The name is case-sensitive.</para>
  128. </summary>
  129. <returns>
  130. <attribution license="cc4" from="Microsoft" modified="false" />
  131. <para>The zero-based location of the DataColumnMapping object with the specified source column name.</para>
  132. </returns>
  133. <param name="sourceColumnName">
  134. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source column. </param>
  135. </Docs>
  136. <AssemblyInfo>
  137. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  138. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  139. </AssemblyInfo>
  140. </Member>
  141. <Member MemberName="Item">
  142. <MemberSignature Language="C#" Value="public object this[string index] { set; get; }" />
  143. <MemberType>Property</MemberType>
  144. <ReturnValue>
  145. <ReturnType>System.Object</ReturnType>
  146. </ReturnValue>
  147. <Parameters>
  148. <Parameter Name="index" Type="System.String" />
  149. </Parameters>
  150. <Docs>
  151. <param name="index">To be added: an object of type 'string'</param>
  152. <summary>To be added</summary>
  153. <value>To be added: an object of type 'object'</value>
  154. <remarks>To be added</remarks>
  155. </Docs>
  156. <AssemblyInfo>
  157. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  158. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  159. </AssemblyInfo>
  160. </Member>
  161. <Member MemberName="RemoveAt">
  162. <MemberSignature Language="C#" Value="public void RemoveAt (string sourceColumnName);" />
  163. <MemberType>Method</MemberType>
  164. <ReturnValue>
  165. <ReturnType>System.Void</ReturnType>
  166. </ReturnValue>
  167. <Parameters>
  168. <Parameter Name="sourceColumnName" Type="System.String" />
  169. </Parameters>
  170. <Docs>
  171. <remarks>To be added</remarks>
  172. <summary>
  173. <attribution license="cc4" from="Microsoft" modified="false" />
  174. <para>Removes the <see cref="T:System.Data.IColumnMapping" /> object with the specified <see cref="P:System.Data.IColumnMapping.SourceColumn" /> name from the collection.</para>
  175. </summary>
  176. <param name="sourceColumnName">
  177. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive SourceColumn name. </param>
  178. </Docs>
  179. <AssemblyInfo>
  180. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  181. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  182. </AssemblyInfo>
  183. </Member>
  184. </Members>
  185. </Type>