DataColumnMappingCollection.xml 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="DataColumnMappingCollection" FullName="System.Data.Common.DataColumnMappingCollection">
  3. <TypeSignature Language="C#" Maintainer="auto" Value="public sealed class DataColumnMappingCollection : MarshalByRefObject, System.Data.IColumnMappingCollection" />
  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.IColumnMappingCollection</InterfaceName>
  18. </Interface>
  19. </Interfaces>
  20. <Docs>
  21. <remarks>To be added</remarks>
  22. <summary>
  23. <attribution license="cc4" from="Microsoft" modified="false" />
  24. <para>Contains a collection of <see cref="T:System.Data.Common.DataColumnMapping" /> objects.</para>
  25. </summary>
  26. </Docs>
  27. <Members>
  28. <Member MemberName=".ctor">
  29. <MemberSignature Language="C#" Value="public DataColumnMappingCollection ();" />
  30. <MemberType>Constructor</MemberType>
  31. <ReturnValue />
  32. <Parameters />
  33. <Docs>
  34. <remarks>To be added</remarks>
  35. <summary>
  36. <attribution license="cc4" from="Microsoft" modified="false" />
  37. <para>Creates an empty <see cref="T:System.Data.Common.DataColumnMappingCollection" />.</para>
  38. </summary>
  39. </Docs>
  40. <AssemblyInfo>
  41. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  42. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  43. </AssemblyInfo>
  44. </Member>
  45. <Member MemberName="Add">
  46. <MemberSignature Language="C#" Value="public int Add (object value);" />
  47. <MemberType>Method</MemberType>
  48. <ReturnValue>
  49. <ReturnType>System.Int32</ReturnType>
  50. </ReturnValue>
  51. <Parameters>
  52. <Parameter Name="value" Type="System.Object" />
  53. </Parameters>
  54. <Docs>
  55. <remarks>To be added</remarks>
  56. <summary>
  57. <attribution license="cc4" from="Microsoft" modified="false" />
  58. <para>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the collection.</para>
  59. </summary>
  60. <returns>
  61. <attribution license="cc4" from="Microsoft" modified="false" />
  62. <para>The index of the DataColumnMapping object that was added to the collection.</para>
  63. </returns>
  64. <param name="value">
  65. <attribution license="cc4" from="Microsoft" modified="false" />A DataColumnMapping object to add to the collection. </param>
  66. </Docs>
  67. <AssemblyInfo>
  68. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  69. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  70. </AssemblyInfo>
  71. </Member>
  72. <Member MemberName="Add">
  73. <MemberSignature Language="C#" Value="public System.Data.Common.DataColumnMapping Add (string sourceColumn, string dataSetColumn);" />
  74. <MemberType>Method</MemberType>
  75. <ReturnValue>
  76. <ReturnType>System.Data.Common.DataColumnMapping</ReturnType>
  77. </ReturnValue>
  78. <Parameters>
  79. <Parameter Name="sourceColumn" Type="System.String" />
  80. <Parameter Name="dataSetColumn" Type="System.String" />
  81. </Parameters>
  82. <Docs>
  83. <remarks>To be added</remarks>
  84. <summary>
  85. <attribution license="cc4" from="Microsoft" modified="false" />
  86. <para>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the collection when given a source column name and a <see cref="T:System.Data.DataSet" /> column name.</para>
  87. </summary>
  88. <returns>
  89. <attribution license="cc4" from="Microsoft" modified="false" />
  90. <para>The DataColumnMapping object that was added to the collection.</para>
  91. </returns>
  92. <param name="sourceColumn">
  93. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source column to map to. </param>
  94. <param name="dataSetColumn">
  95. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> column to map to. </param>
  96. </Docs>
  97. <AssemblyInfo>
  98. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  99. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  100. </AssemblyInfo>
  101. </Member>
  102. <Member MemberName="AddRange">
  103. <MemberSignature Language="C#" Value="public void AddRange (Array values);" />
  104. <MemberType>Method</MemberType>
  105. <AssemblyInfo>
  106. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  107. </AssemblyInfo>
  108. <ReturnValue>
  109. <ReturnType>System.Void</ReturnType>
  110. </ReturnValue>
  111. <Parameters>
  112. <Parameter Name="values" Type="System.Array" />
  113. </Parameters>
  114. <Docs>
  115. <remarks>To be added.</remarks>
  116. <summary>
  117. <attribution license="cc4" from="Microsoft" modified="false" />
  118. <para>Copies the elements of the specified <see cref="T:System.Array" /> to the end of the collection.</para>
  119. </summary>
  120. <param name="values">
  121. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Array" /> to add to the collection.</param>
  122. </Docs>
  123. </Member>
  124. <Member MemberName="AddRange">
  125. <MemberSignature Language="C#" Value="public void AddRange (System.Data.Common.DataColumnMapping[] values);" />
  126. <MemberType>Method</MemberType>
  127. <ReturnValue>
  128. <ReturnType>System.Void</ReturnType>
  129. </ReturnValue>
  130. <Parameters>
  131. <Parameter Name="values" Type="System.Data.Common.DataColumnMapping[]" />
  132. </Parameters>
  133. <Docs>
  134. <remarks>To be added</remarks>
  135. <summary>
  136. <attribution license="cc4" from="Microsoft" modified="false" />
  137. <para>Copies the elements of the specified <see cref="T:System.Data.Common.DataColumnMapping" /> array to the end of the collection.</para>
  138. </summary>
  139. <param name="values">
  140. <attribution license="cc4" from="Microsoft" modified="false" />The array of <see cref="T:System.Data.Common.DataColumnMapping" /> objects to add to the collection. </param>
  141. </Docs>
  142. <AssemblyInfo>
  143. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  144. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  145. </AssemblyInfo>
  146. </Member>
  147. <Member MemberName="Clear">
  148. <MemberSignature Language="C#" Value="public void Clear ();" />
  149. <MemberType>Method</MemberType>
  150. <ReturnValue>
  151. <ReturnType>System.Void</ReturnType>
  152. </ReturnValue>
  153. <Parameters />
  154. <Docs>
  155. <remarks>To be added</remarks>
  156. <summary>
  157. <attribution license="cc4" from="Microsoft" modified="false" />
  158. <para>Removes all <see cref="T:System.Data.Common.DataColumnMapping" /> objects from the collection.</para>
  159. </summary>
  160. </Docs>
  161. <AssemblyInfo>
  162. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  163. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  164. </AssemblyInfo>
  165. </Member>
  166. <Member MemberName="Contains">
  167. <MemberSignature Language="C#" Value="public bool Contains (object value);" />
  168. <MemberType>Method</MemberType>
  169. <ReturnValue>
  170. <ReturnType>System.Boolean</ReturnType>
  171. </ReturnValue>
  172. <Parameters>
  173. <Parameter Name="value" Type="System.Object" />
  174. </Parameters>
  175. <Docs>
  176. <remarks>To be added</remarks>
  177. <summary>
  178. <attribution license="cc4" from="Microsoft" modified="false" />
  179. <para>Gets a value indicating whether a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the given <see cref="T:System.Object" /> exists in the collection.</para>
  180. </summary>
  181. <returns>
  182. <attribution license="cc4" from="Microsoft" modified="false" />
  183. <para>true if the collection contains the specified <see cref="T:System.Data.Common.DataColumnMapping" /> object; otherwise, false.</para>
  184. </returns>
  185. <param name="value">
  186. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that is the <see cref="T:System.Data.Common.DataColumnMapping" />. </param>
  187. </Docs>
  188. <AssemblyInfo>
  189. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  190. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  191. </AssemblyInfo>
  192. </Member>
  193. <Member MemberName="Contains">
  194. <MemberSignature Language="C#" Value="public bool Contains (string value);" />
  195. <MemberType>Method</MemberType>
  196. <ReturnValue>
  197. <ReturnType>System.Boolean</ReturnType>
  198. </ReturnValue>
  199. <Parameters>
  200. <Parameter Name="value" Type="System.String" />
  201. </Parameters>
  202. <Docs>
  203. <remarks>To be added</remarks>
  204. <summary>
  205. <attribution license="cc4" from="Microsoft" modified="false" />
  206. <para>Gets a value indicating whether a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the given source column name exists in the collection.</para>
  207. </summary>
  208. <returns>
  209. <attribution license="cc4" from="Microsoft" modified="false" />
  210. <para>true if collection contains a <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name; otherwise, false.</para>
  211. </returns>
  212. <param name="value">
  213. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive source column name of the <see cref="T:System.Data.Common.DataColumnMapping" /> object. </param>
  214. </Docs>
  215. <AssemblyInfo>
  216. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  217. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  218. </AssemblyInfo>
  219. </Member>
  220. <Member MemberName="CopyTo">
  221. <MemberSignature Language="C#" Value="public void CopyTo (Array array, int index);" />
  222. <MemberType>Method</MemberType>
  223. <ReturnValue>
  224. <ReturnType>System.Void</ReturnType>
  225. </ReturnValue>
  226. <Parameters>
  227. <Parameter Name="array" Type="System.Array" />
  228. <Parameter Name="index" Type="System.Int32" />
  229. </Parameters>
  230. <Docs>
  231. <remarks>To be added</remarks>
  232. <summary>
  233. <attribution license="cc4" from="Microsoft" modified="false" />
  234. <para>Copies the elements of the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> to the specified array.</para>
  235. </summary>
  236. <param name="array">
  237. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Array" /> to which to copy <see cref="T:System.Data.Common.DataColumnMappingCollection" /> elements. </param>
  238. <param name="index">
  239. <attribution license="cc4" from="Microsoft" modified="false" />The starting index of the array. </param>
  240. </Docs>
  241. <AssemblyInfo>
  242. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  243. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  244. </AssemblyInfo>
  245. </Member>
  246. <Member MemberName="CopyTo">
  247. <MemberSignature Language="C#" Value="public void CopyTo (System.Data.Common.DataColumnMapping[] arr, int index);" />
  248. <MemberType>Method</MemberType>
  249. <AssemblyInfo>
  250. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  251. </AssemblyInfo>
  252. <ReturnValue>
  253. <ReturnType>System.Void</ReturnType>
  254. </ReturnValue>
  255. <Parameters>
  256. <Parameter Name="arr" Type="System.Data.Common.DataColumnMapping[]" />
  257. <Parameter Name="index" Type="System.Int32" />
  258. </Parameters>
  259. <Docs>
  260. <param name="arr">To be added.</param>
  261. <remarks>To be added.</remarks>
  262. <summary>
  263. <attribution license="cc4" from="Microsoft" modified="false" />
  264. <para>Copies the elements of the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> to the specified <see cref="T:System.Data.Common.DataColumnMapping" /> array.</para>
  265. </summary>
  266. <param name="index">
  267. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index in the <paramref name="array" /> at which copying begins.</param>
  268. </Docs>
  269. </Member>
  270. <Member MemberName="Count">
  271. <MemberSignature Language="C#" Value="public int Count { get; }" />
  272. <MemberType>Property</MemberType>
  273. <ReturnValue>
  274. <ReturnType>System.Int32</ReturnType>
  275. </ReturnValue>
  276. <Docs>
  277. <value>To be added: an object of type 'int'</value>
  278. <remarks>To be added</remarks>
  279. <summary>
  280. <attribution license="cc4" from="Microsoft" modified="false" />
  281. <para>Gets the number of <see cref="T:System.Data.Common.DataColumnMapping" /> objects in the collection.</para>
  282. </summary>
  283. </Docs>
  284. <AssemblyInfo>
  285. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  286. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  287. </AssemblyInfo>
  288. <Attributes>
  289. <Attribute>
  290. <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
  291. </Attribute>
  292. <Attribute>
  293. <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
  294. </Attribute>
  295. </Attributes>
  296. </Member>
  297. <Member MemberName="GetByDataSetColumn">
  298. <MemberSignature Language="C#" Value="public System.Data.Common.DataColumnMapping GetByDataSetColumn (string value);" />
  299. <MemberType>Method</MemberType>
  300. <ReturnValue>
  301. <ReturnType>System.Data.Common.DataColumnMapping</ReturnType>
  302. </ReturnValue>
  303. <Parameters>
  304. <Parameter Name="value" Type="System.String" />
  305. </Parameters>
  306. <Docs>
  307. <remarks>To be added</remarks>
  308. <summary>
  309. <attribution license="cc4" from="Microsoft" modified="false" />
  310. <para>Gets the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> column name.</para>
  311. </summary>
  312. <returns>
  313. <attribution license="cc4" from="Microsoft" modified="false" />
  314. <para>The <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified <see cref="T:System.Data.DataSet" /> column name.</para>
  315. </returns>
  316. <param name="value">
  317. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> column to find. </param>
  318. </Docs>
  319. <AssemblyInfo>
  320. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  321. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  322. </AssemblyInfo>
  323. </Member>
  324. <Member MemberName="GetColumnMappingBySchemaAction">
  325. <MemberSignature Language="C#" Value="public static System.Data.Common.DataColumnMapping GetColumnMappingBySchemaAction (System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Data.MissingMappingAction mappingAction);" />
  326. <MemberType>Method</MemberType>
  327. <ReturnValue>
  328. <ReturnType>System.Data.Common.DataColumnMapping</ReturnType>
  329. </ReturnValue>
  330. <Parameters>
  331. <Parameter Name="columnMappings" Type="System.Data.Common.DataColumnMappingCollection" />
  332. <Parameter Name="sourceColumn" Type="System.String" />
  333. <Parameter Name="mappingAction" Type="System.Data.MissingMappingAction" />
  334. </Parameters>
  335. <Docs>
  336. <remarks>
  337. <attribution license="cc4" from="Microsoft" modified="false" />
  338. <para>If the <see cref="T:System.Data.Common.DataColumnMapping" /> exists in the collection, it is returned.</para>
  339. <para>If the <see cref="T:System.Data.Common.DataColumnMapping" /> does not exist in the collection, for a given <see cref="T:System.Data.MissingMappingAction" />, the following actions occur: </para>
  340. <list type="table">
  341. <listheader>
  342. <item>
  343. <term>
  344. <para>MissingMappingAction </para>
  345. </term>
  346. <description>
  347. <para>Action Taken </para>
  348. </description>
  349. </item>
  350. </listheader>
  351. <item>
  352. <term>
  353. <para>Passthrough </para>
  354. </term>
  355. <description>
  356. <para>Creates a <see cref="T:System.Data.Common.DataColumnMapping" /> with the specified source column name as both the source column name and the <see cref="T:System.Data.DataSet" /> column name. This <see cref="T:System.Data.Common.DataColumnMapping" /> is not added to the collection. </para>
  357. </description>
  358. </item>
  359. <item>
  360. <term>
  361. <para>Error </para>
  362. </term>
  363. <description>
  364. <para>An <see cref="T:System.InvalidOperationException" /> is generated if the specified column mapping is missing. </para>
  365. </description>
  366. </item>
  367. <item>
  368. <term>
  369. <para>Ignore </para>
  370. </term>
  371. <description>
  372. <para>Gets a null value. </para>
  373. </description>
  374. </item>
  375. </list>
  376. </remarks>
  377. <summary>
  378. <attribution license="cc4" from="Microsoft" modified="false" />
  379. <para>Gets a <see cref="T:System.Data.Common.DataColumnMapping" /> for the specified <see cref="T:System.Data.Common.DataColumnMappingCollection" />, source column name, and <see cref="T:System.Data.MissingMappingAction" />.</para>
  380. </summary>
  381. <returns>
  382. <attribution license="cc4" from="Microsoft" modified="false" />
  383. <para>A <see cref="T:System.Data.Common.DataColumnMapping" /> object.</para>
  384. </returns>
  385. <param name="columnMappings">
  386. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataColumnMappingCollection" />. </param>
  387. <param name="sourceColumn">
  388. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive source column name to find. </param>
  389. <param name="mappingAction">
  390. <attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Data.MissingMappingAction" /> values. </param>
  391. </Docs>
  392. <AssemblyInfo>
  393. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  394. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  395. </AssemblyInfo>
  396. <Attributes>
  397. <Attribute>
  398. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
  399. </Attribute>
  400. </Attributes>
  401. </Member>
  402. <Member MemberName="GetDataColumn">
  403. <MemberSignature Language="C#" Value="public static System.Data.DataColumn GetDataColumn (System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction);" />
  404. <MemberType>Method</MemberType>
  405. <AssemblyInfo>
  406. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  407. </AssemblyInfo>
  408. <Attributes>
  409. <Attribute>
  410. <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
  411. </Attribute>
  412. </Attributes>
  413. <ReturnValue>
  414. <ReturnType>System.Data.DataColumn</ReturnType>
  415. </ReturnValue>
  416. <Parameters>
  417. <Parameter Name="columnMappings" Type="System.Data.Common.DataColumnMappingCollection" />
  418. <Parameter Name="sourceColumn" Type="System.String" />
  419. <Parameter Name="dataType" Type="System.Type" />
  420. <Parameter Name="dataTable" Type="System.Data.DataTable" />
  421. <Parameter Name="mappingAction" Type="System.Data.MissingMappingAction" />
  422. <Parameter Name="schemaAction" Type="System.Data.MissingSchemaAction" />
  423. </Parameters>
  424. <Docs>
  425. <remarks>To be added.</remarks>
  426. <summary>
  427. <attribution license="cc4" from="Microsoft" modified="false" />
  428. <para>A static method that returns a <see cref="T:System.Data.DataColumn" /> object without instantiating a <see cref="T:System.Data.Common.DataColumnMappingCollection" /> object.</para>
  429. </summary>
  430. <returns>
  431. <attribution license="cc4" from="Microsoft" modified="false" />
  432. <para>A <see cref="T:System.Data.DataColumn" /> object.</para>
  433. </returns>
  434. <param name="columnMappings">
  435. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataColumnMappingCollection" />.</param>
  436. <param name="sourceColumn">
  437. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive column name from a data source.</param>
  438. <param name="dataType">
  439. <attribution license="cc4" from="Microsoft" modified="false" />The data type for the column being mapped.</param>
  440. <param name="dataTable">
  441. <attribution license="cc4" from="Microsoft" modified="false" />An instance of <see cref="T:System.Data.DataTable" />.</param>
  442. <param name="mappingAction">
  443. <attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Data.MissingMappingAction" /> values.</param>
  444. <param name="schemaAction">
  445. <attribution license="cc4" from="Microsoft" modified="false" />Determines the action to take when the existing <see cref="T:System.Data.DataSet" /> schema does not match incoming data.</param>
  446. </Docs>
  447. </Member>
  448. <Member MemberName="GetEnumerator">
  449. <MemberSignature Language="C#" Value="public System.Collections.IEnumerator GetEnumerator ();" />
  450. <MemberType>Method</MemberType>
  451. <ReturnValue>
  452. <ReturnType>System.Collections.IEnumerator</ReturnType>
  453. </ReturnValue>
  454. <Parameters />
  455. <Docs>
  456. <remarks>To be added</remarks>
  457. <summary>
  458. <attribution license="cc4" from="Microsoft" modified="false" />
  459. <para>Gets an enumerator that can iterate through the collection.</para>
  460. </summary>
  461. <returns>
  462. <attribution license="cc4" from="Microsoft" modified="false" />
  463. <para>An <see cref="T:System.Collections.IEnumerator" /> that can be used to iterate through the collection.</para>
  464. </returns>
  465. </Docs>
  466. <AssemblyInfo>
  467. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  468. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  469. </AssemblyInfo>
  470. </Member>
  471. <Member MemberName="IndexOf">
  472. <MemberSignature Language="C#" Value="public int IndexOf (object value);" />
  473. <MemberType>Method</MemberType>
  474. <ReturnValue>
  475. <ReturnType>System.Int32</ReturnType>
  476. </ReturnValue>
  477. <Parameters>
  478. <Parameter Name="value" Type="System.Object" />
  479. </Parameters>
  480. <Docs>
  481. <remarks>To be added</remarks>
  482. <summary>
  483. <attribution license="cc4" from="Microsoft" modified="false" />
  484. <para>Gets the location of the specified <see cref="T:System.Object" /> that is a <see cref="T:System.Data.Common.DataColumnMapping" /> within the collection.</para>
  485. </summary>
  486. <returns>
  487. <attribution license="cc4" from="Microsoft" modified="false" />
  488. <para>The zero-based location of the specified <see cref="T:System.Object" /> that is a <see cref="T:System.Data.Common.DataColumnMapping" /> within the collection.</para>
  489. </returns>
  490. <param name="value">
  491. <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Object" /> that is the <see cref="T:System.Data.Common.DataColumnMapping" /> to find. </param>
  492. </Docs>
  493. <AssemblyInfo>
  494. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  495. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  496. </AssemblyInfo>
  497. </Member>
  498. <Member MemberName="IndexOf">
  499. <MemberSignature Language="C#" Value="public int IndexOf (string sourceColumn);" />
  500. <MemberType>Method</MemberType>
  501. <ReturnValue>
  502. <ReturnType>System.Int32</ReturnType>
  503. </ReturnValue>
  504. <Parameters>
  505. <Parameter Name="sourceColumn" Type="System.String" />
  506. </Parameters>
  507. <Docs>
  508. <remarks>To be added</remarks>
  509. <summary>
  510. <attribution license="cc4" from="Microsoft" modified="false" />
  511. <para>Gets the location of the <see cref="T:System.Data.Common.DataColumnMapping" /> with the specified source column name.</para>
  512. </summary>
  513. <returns>
  514. <attribution license="cc4" from="Microsoft" modified="false" />
  515. <para>The zero-based location of the <see cref="T:System.Data.Common.DataColumnMapping" /> with the specified case-sensitive source column name.</para>
  516. </returns>
  517. <param name="sourceColumn">
  518. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source column. </param>
  519. </Docs>
  520. <AssemblyInfo>
  521. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  522. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  523. </AssemblyInfo>
  524. </Member>
  525. <Member MemberName="IndexOfDataSetColumn">
  526. <MemberSignature Language="C#" Value="public int IndexOfDataSetColumn (string dataSetColumn);" />
  527. <MemberType>Method</MemberType>
  528. <ReturnValue>
  529. <ReturnType>System.Int32</ReturnType>
  530. </ReturnValue>
  531. <Parameters>
  532. <Parameter Name="dataSetColumn" Type="System.String" />
  533. </Parameters>
  534. <Docs>
  535. <remarks>To be added</remarks>
  536. <summary>
  537. <attribution license="cc4" from="Microsoft" modified="false" />
  538. <para>Gets the location of the specified <see cref="T:System.Data.Common.DataColumnMapping" /> with the given <see cref="T:System.Data.DataSet" /> column name.</para>
  539. </summary>
  540. <returns>
  541. <attribution license="cc4" from="Microsoft" modified="false" />
  542. <para>The zero-based location of the specified <see cref="T:System.Data.Common.DataColumnMapping" /> with the given DataSet column name, or -1 if the DataColumnMapping object does not exist in the collection.</para>
  543. </returns>
  544. <param name="dataSetColumn">
  545. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the data set column to find. </param>
  546. </Docs>
  547. <AssemblyInfo>
  548. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  549. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  550. </AssemblyInfo>
  551. </Member>
  552. <Member MemberName="Insert">
  553. <MemberSignature Language="C#" Value="public void Insert (int index, System.Data.Common.DataColumnMapping mapping);" />
  554. <MemberType>Method</MemberType>
  555. <AssemblyInfo>
  556. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  557. </AssemblyInfo>
  558. <ReturnValue>
  559. <ReturnType>System.Void</ReturnType>
  560. </ReturnValue>
  561. <Parameters>
  562. <Parameter Name="index" Type="System.Int32" />
  563. <Parameter Name="mapping" Type="System.Data.Common.DataColumnMapping" />
  564. </Parameters>
  565. <Docs>
  566. <param name="mapping">To be added.</param>
  567. <remarks>To be added.</remarks>
  568. <summary>
  569. <attribution license="cc4" from="Microsoft" modified="false" />
  570. <para>Inserts a <see cref="T:System.Data.Common.DataColumnMapping" /> object into the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> at the specified index.</para>
  571. </summary>
  572. <param name="index">
  573. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the <see cref="T:System.Data.Common.DataColumnMapping" /> object to insert.</param>
  574. </Docs>
  575. </Member>
  576. <Member MemberName="Insert">
  577. <MemberSignature Language="C#" Value="public void Insert (int index, object value);" />
  578. <MemberType>Method</MemberType>
  579. <ReturnValue>
  580. <ReturnType>System.Void</ReturnType>
  581. </ReturnValue>
  582. <Parameters>
  583. <Parameter Name="index" Type="System.Int32" />
  584. <Parameter Name="value" Type="System.Object" />
  585. </Parameters>
  586. <Docs>
  587. <remarks>To be added</remarks>
  588. <summary>
  589. <attribution license="cc4" from="Microsoft" modified="false" />
  590. <para>Inserts a <see cref="T:System.Data.Common.DataColumnMapping" /> object into the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> at the specified index.</para>
  591. </summary>
  592. <returns>
  593. <attribution license="cc4" from="Microsoft" modified="false" />
  594. <para>A <see cref="T:System.Data.Common.DataColumnMapping" /> object.</para>
  595. </returns>
  596. <param name="index">
  597. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the <see cref="T:System.Data.Common.DataColumnMapping" /> object to insert. </param>
  598. <param name="value">
  599. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataColumnMapping" /> object. </param>
  600. </Docs>
  601. <AssemblyInfo>
  602. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  603. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  604. </AssemblyInfo>
  605. </Member>
  606. <Member MemberName="Item">
  607. <MemberSignature Language="C#" Value="public System.Data.Common.DataColumnMapping this[int index] { set; get; }" />
  608. <MemberType>Property</MemberType>
  609. <ReturnValue>
  610. <ReturnType>System.Data.Common.DataColumnMapping</ReturnType>
  611. </ReturnValue>
  612. <Parameters>
  613. <Parameter Name="index" Type="System.Int32" />
  614. </Parameters>
  615. <Docs>
  616. <param name="index">To be added: an object of type 'int'</param>
  617. <summary>To be added</summary>
  618. <value>To be added: an object of type 'DataColumnMapping'</value>
  619. <remarks>To be added</remarks>
  620. </Docs>
  621. <AssemblyInfo>
  622. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  623. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  624. </AssemblyInfo>
  625. <Attributes>
  626. <Attribute>
  627. <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
  628. </Attribute>
  629. <Attribute>
  630. <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
  631. </Attribute>
  632. </Attributes>
  633. </Member>
  634. <Member MemberName="Item">
  635. <MemberSignature Language="C#" Value="public System.Data.Common.DataColumnMapping this[string sourceColumn] { set; get; }" />
  636. <MemberType>Property</MemberType>
  637. <ReturnValue>
  638. <ReturnType>System.Data.Common.DataColumnMapping</ReturnType>
  639. </ReturnValue>
  640. <Parameters>
  641. <Parameter Name="sourceColumn" Type="System.String" />
  642. </Parameters>
  643. <Docs>
  644. <param name="sourceColumn">To be added: an object of type 'string'</param>
  645. <summary>To be added</summary>
  646. <value>To be added: an object of type 'DataColumnMapping'</value>
  647. <remarks>To be added</remarks>
  648. </Docs>
  649. <AssemblyInfo>
  650. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  651. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  652. </AssemblyInfo>
  653. <Attributes>
  654. <Attribute>
  655. <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
  656. </Attribute>
  657. <Attribute>
  658. <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
  659. </Attribute>
  660. </Attributes>
  661. </Member>
  662. <Member MemberName="Remove">
  663. <MemberSignature Language="C#" Value="public void Remove (System.Data.Common.DataColumnMapping value);" />
  664. <MemberType>Method</MemberType>
  665. <AssemblyInfo>
  666. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  667. </AssemblyInfo>
  668. <ReturnValue>
  669. <ReturnType>System.Void</ReturnType>
  670. </ReturnValue>
  671. <Parameters>
  672. <Parameter Name="value" Type="System.Data.Common.DataColumnMapping" />
  673. </Parameters>
  674. <Docs>
  675. <remarks>To be added.</remarks>
  676. <summary>
  677. <attribution license="cc4" from="Microsoft" modified="false" />
  678. <para>Removes the specified <see cref="T:System.Data.Common.DataColumnMapping" /> from the collection.</para>
  679. </summary>
  680. <param name="value">
  681. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Data.Common.DataColumnMapping" /> to remove.</param>
  682. </Docs>
  683. </Member>
  684. <Member MemberName="Remove">
  685. <MemberSignature Language="C#" Value="public void Remove (object value);" />
  686. <MemberType>Method</MemberType>
  687. <ReturnValue>
  688. <ReturnType>System.Void</ReturnType>
  689. </ReturnValue>
  690. <Parameters>
  691. <Parameter Name="value" Type="System.Object" />
  692. </Parameters>
  693. <Docs>
  694. <remarks>To be added</remarks>
  695. <summary>
  696. <attribution license="cc4" from="Microsoft" modified="false" />
  697. <para>Removes the <see cref="T:System.Object" /> that is a <see cref="T:System.Data.Common.DataColumnMapping" /> from the collection.</para>
  698. </summary>
  699. <param name="value">
  700. <attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Object" /> that is the <see cref="T:System.Data.Common.DataColumnMapping" /> to remove. </param>
  701. </Docs>
  702. <AssemblyInfo>
  703. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  704. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  705. </AssemblyInfo>
  706. </Member>
  707. <Member MemberName="RemoveAt">
  708. <MemberSignature Language="C#" Value="public void RemoveAt (int index);" />
  709. <MemberType>Method</MemberType>
  710. <ReturnValue>
  711. <ReturnType>System.Void</ReturnType>
  712. </ReturnValue>
  713. <Parameters>
  714. <Parameter Name="index" Type="System.Int32" />
  715. </Parameters>
  716. <Docs>
  717. <remarks>To be added</remarks>
  718. <summary>
  719. <attribution license="cc4" from="Microsoft" modified="false" />
  720. <para>Removes the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified index from the collection.</para>
  721. </summary>
  722. <param name="index">
  723. <attribution license="cc4" from="Microsoft" modified="false" />The zero-based index of the <see cref="T:System.Data.Common.DataColumnMapping" /> object to remove. </param>
  724. </Docs>
  725. <AssemblyInfo>
  726. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  727. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  728. </AssemblyInfo>
  729. </Member>
  730. <Member MemberName="RemoveAt">
  731. <MemberSignature Language="C#" Value="public void RemoveAt (string sourceColumn);" />
  732. <MemberType>Method</MemberType>
  733. <ReturnValue>
  734. <ReturnType>System.Void</ReturnType>
  735. </ReturnValue>
  736. <Parameters>
  737. <Parameter Name="sourceColumn" Type="System.String" />
  738. </Parameters>
  739. <Docs>
  740. <remarks>To be added</remarks>
  741. <summary>
  742. <attribution license="cc4" from="Microsoft" modified="false" />
  743. <para>Removes the <see cref="T:System.Data.Common.DataColumnMapping" /> object with the specified source column name from the collection.</para>
  744. </summary>
  745. <param name="sourceColumn">
  746. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive source column name. </param>
  747. </Docs>
  748. <AssemblyInfo>
  749. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  750. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  751. </AssemblyInfo>
  752. </Member>
  753. <Member MemberName="System.Collections.ICollection.IsSynchronized">
  754. <MemberSignature Language="C#" Value="bool System.Collections.ICollection.IsSynchronized { get; }" />
  755. <MemberType>Property</MemberType>
  756. <AssemblyInfo>
  757. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  758. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  759. </AssemblyInfo>
  760. <ReturnValue>
  761. <ReturnType>System.Boolean</ReturnType>
  762. </ReturnValue>
  763. <Docs>
  764. <value>To be added.</value>
  765. <remarks>
  766. <attribution license="cc4" from="Microsoft" modified="false" />
  767. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  768. <para>For more information, see <see cref="P:System.Collections.ICollection.IsSynchronized" />.</para>
  769. </remarks>
  770. <summary>
  771. <attribution license="cc4" from="Microsoft" modified="false" />
  772. <para>Gets a value that indicates whether access to the <see cref="T:System.Collections.ICollection" /> is synchronized (thread safe).</para>
  773. </summary>
  774. </Docs>
  775. </Member>
  776. <Member MemberName="System.Collections.ICollection.SyncRoot">
  777. <MemberSignature Language="C#" Value="object System.Collections.ICollection.SyncRoot { get; }" />
  778. <MemberType>Property</MemberType>
  779. <AssemblyInfo>
  780. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  781. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  782. </AssemblyInfo>
  783. <ReturnValue>
  784. <ReturnType>System.Object</ReturnType>
  785. </ReturnValue>
  786. <Docs>
  787. <value>To be added.</value>
  788. <remarks>
  789. <attribution license="cc4" from="Microsoft" modified="false" />
  790. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> instance is cast to an <see cref="T:System.Collections.ICollection" /> interface.</para>
  791. <para>For more information, see <see cref="P:System.Collections.ICollection.SyncRoot" />.</para>
  792. </remarks>
  793. <summary>
  794. <attribution license="cc4" from="Microsoft" modified="false" />
  795. <para>Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection" />.</para>
  796. </summary>
  797. </Docs>
  798. </Member>
  799. <Member MemberName="System.Collections.IList.IsFixedSize">
  800. <MemberSignature Language="C#" Value="bool System.Collections.IList.IsFixedSize { get; }" />
  801. <MemberType>Property</MemberType>
  802. <AssemblyInfo>
  803. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  804. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  805. </AssemblyInfo>
  806. <ReturnValue>
  807. <ReturnType>System.Boolean</ReturnType>
  808. </ReturnValue>
  809. <Docs>
  810. <value>To be added.</value>
  811. <remarks>
  812. <attribution license="cc4" from="Microsoft" modified="false" />
  813. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> instance is cast to an <see cref="T:System.Collections.IList" /> interface.</para>
  814. <para>For more information, see <see cref="P:System.Collections.IList.IsFixedSize" />.</para>
  815. </remarks>
  816. <summary>
  817. <attribution license="cc4" from="Microsoft" modified="false" />
  818. <para>Gets a value that indicates whether the <see cref="T:System.Collections.IList" /> has a fixed size.</para>
  819. </summary>
  820. </Docs>
  821. </Member>
  822. <Member MemberName="System.Collections.IList.IsReadOnly">
  823. <MemberSignature Language="C#" Value="bool System.Collections.IList.IsReadOnly { get; }" />
  824. <MemberType>Property</MemberType>
  825. <AssemblyInfo>
  826. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  827. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  828. </AssemblyInfo>
  829. <ReturnValue>
  830. <ReturnType>System.Boolean</ReturnType>
  831. </ReturnValue>
  832. <Docs>
  833. <value>To be added.</value>
  834. <remarks>
  835. <attribution license="cc4" from="Microsoft" modified="false" />
  836. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> instance is cast to an <see cref="T:System.Collections.IList" /> interface.</para>
  837. <para>For more information, see <see cref="P:System.Collections.IList.IsReadOnly" />.</para>
  838. </remarks>
  839. <summary>
  840. <attribution license="cc4" from="Microsoft" modified="false" />
  841. <para>Gets a value that indicates whether the <see cref="T:System.Collections.IList" /> is read-only.</para>
  842. </summary>
  843. </Docs>
  844. </Member>
  845. <Member MemberName="System.Collections.IList.Item">
  846. <MemberSignature Language="C#" Value="object System.Collections.IList.Item[int index] { set; get; }" />
  847. <MemberType>Property</MemberType>
  848. <AssemblyInfo>
  849. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  850. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  851. </AssemblyInfo>
  852. <ReturnValue>
  853. <ReturnType>System.Object</ReturnType>
  854. </ReturnValue>
  855. <Parameters>
  856. <Parameter Name="index" Type="System.Int32" />
  857. </Parameters>
  858. <Docs>
  859. <param name="index">To be added.</param>
  860. <summary>To be added.</summary>
  861. <value>To be added.</value>
  862. <remarks>To be added.</remarks>
  863. </Docs>
  864. </Member>
  865. <Member MemberName="System.Data.IColumnMappingCollection.Add">
  866. <MemberSignature Language="C#" Value="System.Data.IColumnMapping IColumnMappingCollection.Add (string sourceColumnName, string dataSetColumnName);" />
  867. <MemberType>Method</MemberType>
  868. <AssemblyInfo>
  869. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  870. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  871. </AssemblyInfo>
  872. <ReturnValue>
  873. <ReturnType>System.Data.IColumnMapping</ReturnType>
  874. </ReturnValue>
  875. <Parameters>
  876. <Parameter Name="sourceColumnName" Type="System.String" />
  877. <Parameter Name="dataSetColumnName" Type="System.String" />
  878. </Parameters>
  879. <Docs>
  880. <remarks>
  881. <attribution license="cc4" from="Microsoft" modified="false" />
  882. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> instance is cast to an <see cref="T:System.Data.IColumnMappingCollection" /> interface.</para>
  883. <para>For more information, see <see cref="M:System.Data.IColumnMappingCollection.Add(System.String,System.String)" />.</para>
  884. </remarks>
  885. <summary>
  886. <attribution license="cc4" from="Microsoft" modified="false" />
  887. <para>Adds a <see cref="T:System.Data.Common.DataColumnMapping" /> object to the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> by using the source column and <see cref="T:System.Data.DataSet" /> column names.</para>
  888. </summary>
  889. <returns>
  890. <attribution license="cc4" from="Microsoft" modified="false" />
  891. <para>The ColumnMapping object that was added to the collection.</para>
  892. </returns>
  893. <param name="sourceColumnName">
  894. <attribution license="cc4" from="Microsoft" modified="false" />The case-sensitive name of the source column.</param>
  895. <param name="dataSetColumnName">
  896. <attribution license="cc4" from="Microsoft" modified="false" />The name of the <see cref="T:System.Data.DataSet" /> column.</param>
  897. </Docs>
  898. </Member>
  899. <Member MemberName="System.Data.IColumnMappingCollection.GetByDataSetColumn">
  900. <MemberSignature Language="C#" Value="System.Data.IColumnMapping IColumnMappingCollection.GetByDataSetColumn (string dataSetColumnName);" />
  901. <MemberType>Method</MemberType>
  902. <AssemblyInfo>
  903. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  904. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  905. </AssemblyInfo>
  906. <ReturnValue>
  907. <ReturnType>System.Data.IColumnMapping</ReturnType>
  908. </ReturnValue>
  909. <Parameters>
  910. <Parameter Name="dataSetColumnName" Type="System.String" />
  911. </Parameters>
  912. <Docs>
  913. <remarks>
  914. <attribution license="cc4" from="Microsoft" modified="false" />
  915. <para>This member is an explicit interface member implementation. It can be used only when the <see cref="T:System.Data.Common.DataColumnMappingCollection" /> instance is cast to an <see cref="T:System.Data.IColumnMappingCollection" /> interface.</para>
  916. <para>For more information, see <see cref="M:System.Data.IColumnMappingCollection.GetByDataSetColumn(System.String)" />.</para>
  917. </remarks>
  918. <summary>
  919. <attribution license="cc4" from="Microsoft" modified="false" />
  920. <para>Gets the <see cref="T:System.Data.Common.DataColumnMapping" /> object that has the specified <see cref="T:System.Data.DataSet" /> column name.</para>
  921. </summary>
  922. <returns>
  923. <attribution license="cc4" from="Microsoft" modified="false" />
  924. <para>The <see cref="T:System.Data.Common.DataColumnMapping" /> object that has the specified <see cref="T:System.Data.DataSet" /> column name.</para>
  925. </returns>
  926. <param name="dataSetColumnName">
  927. <attribution license="cc4" from="Microsoft" modified="false" />The name, which is not case-sensitive, of the <see cref="T:System.Data.DataSet" /> column to find.</param>
  928. </Docs>
  929. </Member>
  930. <Member MemberName="System.Data.IColumnMappingCollection.Item">
  931. <MemberSignature Language="C#" Value="object System.Data.IColumnMappingCollection.Item[string index] { set; get; }" />
  932. <MemberType>Property</MemberType>
  933. <AssemblyInfo>
  934. <AssemblyVersion>1.0.5000.0</AssemblyVersion>
  935. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  936. </AssemblyInfo>
  937. <ReturnValue>
  938. <ReturnType>System.Object</ReturnType>
  939. </ReturnValue>
  940. <Parameters>
  941. <Parameter Name="index" Type="System.String" />
  942. </Parameters>
  943. <Docs>
  944. <param name="index">To be added.</param>
  945. <summary>To be added.</summary>
  946. <value>To be added.</value>
  947. <remarks>To be added.</remarks>
  948. </Docs>
  949. </Member>
  950. </Members>
  951. </Type>