DataColumnMapping.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="DataColumnMapping" FullName="System.Data.Common.DataColumnMapping">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public sealed class DataColumnMapping : MarshalByRefObject, ICloneable, System.Data.IColumnMapping" />
  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.MarshalByRefObject</BaseTypeName>
  14. </Base>
  15. <Interfaces>
  16. <Interface>
  17. <InterfaceName>System.Data.IColumnMapping</InterfaceName>
  18. </Interface>
  19. <Interface>
  20. <InterfaceName>System.ICloneable</InterfaceName>
  21. </Interface>
  22. </Interfaces>
  23. <Attributes>
  24. <Attribute>
  25. <AttributeName>System.ComponentModel.TypeConverter("System.Data.Common.DataColumnMapping+DataColumnMappingConverter, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")</AttributeName>
  26. </Attribute>
  27. </Attributes>
  28. <Docs>
  29. <remarks>
  30. <attribution license="cc4" from="Microsoft" modified="false" />
  31. <para>A <see cref="T:System.Data.Common.DataColumnMapping" /> enables you to use column names in a <see cref="T:System.Data.DataTable" /> that are different from those in the data source. The DataAdapter uses the mapping to match the columns when the tables in the <see cref="T:System.Data.DataSet" /> or data source are updated. For more information, see <format type="text/html"><a href="D023260A-A66A-4C39-B8F4-090CD130E730">[&lt;topic://cpconsettingupdatatabledatacolumnmappings&gt;]</a></format>.</para>
  32. </remarks>
  33. <summary>
  34. <attribution license="cc4" from="Microsoft" modified="false" />
  35. <para>Contains a generic column mapping for an object that inherits from <see cref="T:System.Data.Common.DataAdapter" />. This class cannot be inherited.</para>
  36. </summary>
  37. </Docs>
  38. <Members>
  39. <Member MemberName=".ctor">
  40. <MemberSignature Language="C#" Value="public DataColumnMapping ();" />
  41. <MemberType>Constructor</MemberType>
  42. <ReturnValue />
  43. <Parameters />
  44. <Docs>
  45. <remarks>To be added</remarks>
  46. <summary>
  47. <attribution license="cc4" from="Microsoft" modified="false" />
  48. <para>Initializes a new instance of the <see cref="T:System.Data.Common.DataColumnMapping" /> class.</para>
  49. </summary>
  50. </Docs>
  51. <AssemblyInfo>
  52. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  53. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  54. </AssemblyInfo>
  55. </Member>
  56. <Member MemberName=".ctor">
  57. <MemberSignature Language="C#" Value="public DataColumnMapping (string sourceColumn, string dataSetColumn);" />
  58. <MemberType>Constructor</MemberType>
  59. <ReturnValue />
  60. <Parameters>
  61. <Parameter Name="sourceColumn" Type="System.String" />
  62. <Parameter Name="dataSetColumn" Type="System.String" />
  63. </Parameters>
  64. <Docs>
  65. <remarks>To be added</remarks>
  66. <summary>
  67. <attribution license="cc4" from="Microsoft" modified="false" />
  68. <para>Initializes a new instance of the <see cref="T:System.Data.Common.DataColumnMapping" /> class with the specified source column name and <see cref="T:System.Data.DataSet" /> column name to map to.</para>
  69. </summary>
  70. <param name="sourceColumn">
  71. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive column name from a data source. </param>
  72. <param name="dataSetColumn">
  73. <attribution license="cc4" from="Microsoft" modified="false" />The column name, which is not case sensitive, from a <see cref="T:System.Data.DataSet" /> to map to. </param>
  74. </Docs>
  75. <AssemblyInfo>
  76. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  77. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  78. </AssemblyInfo>
  79. </Member>
  80. <Member MemberName="DataSetColumn">
  81. <MemberSignature Language="C#" Value="public string DataSetColumn { set; get; }" />
  82. <MemberType>Property</MemberType>
  83. <ReturnValue>
  84. <ReturnType>System.String</ReturnType>
  85. </ReturnValue>
  86. <Parameters>
  87. </Parameters>
  88. <Docs>
  89. <value>To be added: an object of type 'string'</value>
  90. <remarks>To be added</remarks>
  91. <summary>
  92. <attribution license="cc4" from="Microsoft" modified="false" />
  93. <para>Gets or sets the name of the column within the <see cref="T:System.Data.DataSet" /> to map to.</para>
  94. </summary>
  95. </Docs>
  96. <AssemblyInfo>
  97. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  98. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  99. </AssemblyInfo>
  100. <Attributes>
  101. <Attribute>
  102. <AttributeName>System.ComponentModel.DefaultValue("")</AttributeName>
  103. </Attribute>
  104. </Attributes>
  105. </Member>
  106. <Member MemberName="GetDataColumnBySchemaAction">
  107. <MemberSignature Language="C#" Value="public System.Data.DataColumn GetDataColumnBySchemaAction (System.Data.DataTable dataTable, Type dataType, System.Data.MissingSchemaAction schemaAction);" />
  108. <MemberType>Method</MemberType>
  109. <ReturnValue>
  110. <ReturnType>System.Data.DataColumn</ReturnType>
  111. </ReturnValue>
  112. <Parameters>
  113. <Parameter Name="dataTable" Type="System.Data.DataTable" />
  114. <Parameter Name="dataType" Type="System.Type" />
  115. <Parameter Name="schemaAction" Type="System.Data.MissingSchemaAction" />
  116. </Parameters>
  117. <Docs>
  118. <remarks>To be added</remarks>
  119. <summary>
  120. <attribution license="cc4" from="Microsoft" modified="false" />
  121. <para>Gets a <see cref="T:System.Data.DataColumn" /> from the given <see cref="T:System.Data.DataTable" /> using the <see cref="T:System.Data.MissingSchemaAction" /> and the <see cref="P:System.Data.Common.DataColumnMapping.DataSetColumn" /> property.</para>
  122. </summary>
  123. <returns>
  124. <attribution license="cc4" from="Microsoft" modified="false" />
  125. <para>A data column.</para>
  126. </returns>
  127. <param name="dataTable">
  128. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.DataTable" /> to get the column from.</param>
  129. <param name="dataType">
  130. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> of the data column.</param>
  131. <param name="schemaAction">
  132. <attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Data.MissingSchemaAction" /> values.</param>
  133. </Docs>
  134. <AssemblyInfo>
  135. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  136. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  137. </AssemblyInfo>
  138. <Attributes>
  139. <Attribute>
  140. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
  141. </Attribute>
  142. </Attributes>
  143. </Member>
  144. <Member MemberName="GetDataColumnBySchemaAction">
  145. <MemberSignature Language="C#" Value="public static System.Data.DataColumn GetDataColumnBySchemaAction (string sourceColumn, string dataSetColumn, System.Data.DataTable dataTable, Type dataType, System.Data.MissingSchemaAction schemaAction);" />
  146. <MemberType>Method</MemberType>
  147. <AssemblyInfo>
  148. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  149. </AssemblyInfo>
  150. <Attributes>
  151. <Attribute>
  152. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
  153. </Attribute>
  154. </Attributes>
  155. <ReturnValue>
  156. <ReturnType>System.Data.DataColumn</ReturnType>
  157. </ReturnValue>
  158. <Parameters>
  159. <Parameter Name="sourceColumn" Type="System.String" />
  160. <Parameter Name="dataSetColumn" Type="System.String" />
  161. <Parameter Name="dataTable" Type="System.Data.DataTable" />
  162. <Parameter Name="dataType" Type="System.Type" />
  163. <Parameter Name="schemaAction" Type="System.Data.MissingSchemaAction" />
  164. </Parameters>
  165. <Docs>
  166. <remarks>To be added.</remarks>
  167. <summary>
  168. <attribution license="cc4" from="Microsoft" modified="false" />
  169. <para>A static version of <see cref="M:System.Data.Common.DataColumnMapping.GetDataColumnBySchemaAction(System.Data.DataTable,System.Type,System.Data.MissingSchemaAction)" /> that can be called without instantiating a <see cref="T:System.Data.Common.DataColumnMapping" /> object.</para>
  170. </summary>
  171. <returns>
  172. <attribution license="cc4" from="Microsoft" modified="false" />
  173. <para>A <see cref="T:System.Data.DataColumn" /> object.</para>
  174. </returns>
  175. <param name="sourceColumn">
  176. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive column name from a data source. </param>
  177. <param name="dataSetColumn">
  178. <attribution license="cc4" from="Microsoft" modified="false" />The column name, which is not case sensitive, from a <see cref="T:System.Data.DataSet" /> to map to. </param>
  179. <param name="dataTable">
  180. <attribution license="cc4" from="Microsoft" modified="false" />An instance of <see cref="T:System.Data.DataTable" />.</param>
  181. <param name="dataType">
  182. <attribution license="cc4" from="Microsoft" modified="false" />The data type for the column being mapped.</param>
  183. <param name="schemaAction">
  184. <attribution license="cc4" from="Microsoft" modified="false" />Determines the action to take when existing <see cref="T:System.Data.DataSet" /> schema does not match incoming data.</param>
  185. </Docs>
  186. </Member>
  187. <Member MemberName="SourceColumn">
  188. <MemberSignature Language="C#" Value="public string SourceColumn { set; get; }" />
  189. <MemberType>Property</MemberType>
  190. <ReturnValue>
  191. <ReturnType>System.String</ReturnType>
  192. </ReturnValue>
  193. <Parameters>
  194. </Parameters>
  195. <Docs>
  196. <value>To be added: an object of type 'string'</value>
  197. <remarks>To be added</remarks>
  198. <summary>
  199. <attribution license="cc4" from="Microsoft" modified="false" />
  200. <para>Gets or sets the name of the column within the data source to map from. The name is case-sensitive.</para>
  201. </summary>
  202. </Docs>
  203. <AssemblyInfo>
  204. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  205. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  206. </AssemblyInfo>
  207. <Attributes>
  208. <Attribute>
  209. <AttributeName>System.ComponentModel.DefaultValue("")</AttributeName>
  210. </Attribute>
  211. </Attributes>
  212. </Member>
  213. <Member MemberName="System.ICloneable.Clone">
  214. <MemberSignature Language="C#" Value="object ICloneable.Clone ();" />
  215. <MemberType>Method</MemberType>
  216. <AssemblyInfo>
  217. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  218. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  219. </AssemblyInfo>
  220. <ReturnValue>
  221. <ReturnType>System.Object</ReturnType>
  222. </ReturnValue>
  223. <Parameters />
  224. <Docs>
  225. <remarks>
  226. <attribution license="cc4" from="Microsoft" modified="false" />
  227. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.SqlClient.SqlCommand" /> instance is cast to an <see cref="T:System.ICloneable" /> interface.</para>
  228. <para>For more information, see <see cref="M:System.ICloneable.Clone" />.</para>
  229. </remarks>
  230. <summary>
  231. <attribution license="cc4" from="Microsoft" modified="false" />
  232. <para>Creates a new object that is a copy of the current instance.</para>
  233. </summary>
  234. <returns>
  235. <attribution license="cc4" from="Microsoft" modified="false" />
  236. <para>A copy of the current object.</para>
  237. </returns>
  238. </Docs>
  239. </Member>
  240. <Member MemberName="ToString">
  241. <MemberSignature Language="C#" Value="public override string ToString ();" />
  242. <MemberType>Method</MemberType>
  243. <ReturnValue>
  244. <ReturnType>System.String</ReturnType>
  245. </ReturnValue>
  246. <Parameters />
  247. <Docs>
  248. <remarks>To be added</remarks>
  249. <summary>
  250. <attribution license="cc4" from="Microsoft" modified="false" />
  251. <para>Converts the current <see cref="P:System.Data.Common.DataColumnMapping.SourceColumn" /> name to a string.</para>
  252. </summary>
  253. <returns>
  254. <attribution license="cc4" from="Microsoft" modified="false" />
  255. <para>The current <see cref="P:System.Data.Common.DataColumnMapping.SourceColumn" /> name as a string.</para>
  256. </returns>
  257. </Docs>
  258. <AssemblyInfo>
  259. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  260. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  261. </AssemblyInfo>
  262. </Member>
  263. </Members>
  264. </Type>