You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="dataTable">A <seecref="T:System.Data.DataTable" /> to fill with records and, if necessary, schema.</param>
866
+
<paramname="dataReader">The name of the <seecref="T:System.Data.IDataReader" />.</param>
867
+
<summary>Adds or refreshes rows in a <seecref="T:System.Data.DataTable" /> to match those in the data source using the specified <seecref="T:System.Data.DataTable" /> and <seecref="T:System.Data.IDataReader" /> names.</summary>
868
+
<returns>The number of rows successfully added to or refreshed in the <seecref="T:System.Data.DataTable" />. This does not include rows affected by statements that do not return rows.</returns>
869
869
<remarks>To be added.</remarks>
870
870
</Docs>
871
871
</Member>
@@ -1159,13 +1159,13 @@ adapter.Fill(dataset, "AAA"); // Fills table "aaa" because only one similarly na
<paramname="dataSet">A <seecref="T:System.Data.DataSet" /> to fill with records and, if necessary, schema.</param>
1163
+
<paramname="srcTable">The name of the <seecref="T:System.Data.DataTable" /> to use for table mapping.</param>
1164
+
<paramname="dataReader">The name of the <seecref="T:System.Data.IDataReader" />.</param>
1165
+
<paramname="startRecord">The zero-based record number to start with.</param>
1166
+
<paramname="maxRecords">The maximum number of records to retrieve.</param>
1167
+
<summary>Adds or refreshes rows in a specified range in the <seecref="T:System.Data.DataSet" /> to match those in the data source using the <seecref="T:System.Data.DataSet" />, <seecref="T:System.Data.DataTable" />, and <seecref="T:System.Data.IDataReader" /> names.</summary>
1168
+
<returns>The number of rows successfully added to or refreshed in the <seecref="T:System.Data.DataSet" />. This does not include rows affected by statements that do not return rows.</returns>
<paramname="documentPath">The path of the source document.</param>
201
+
<summary>Synchronously writes a specified XPS document to the target <seecref="T:System.Windows.Xps.Packaging.XpsDocument" /> or <seecref="T:System.Printing.PrintQueue" />.</summary>
202
+
<remarks>
203
+
<formattype="text/markdown"><.
211
+
The reserialization will also remove all extensions from the <xref:System.Windows.Documents.FixedPage> markup, including any extended XPS content.
212
+
213
+
By design, this `Write` method does not raise the <xref:System.Windows.Xps.XpsDocumentWriter.WritingPrintTicketRequired> event.
Copy file name to clipboardExpand all lines: xml/System.Xml.Serialization/XmlMembersMapping.xml
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,20 @@
138
138
<ReturnType>System.String</ReturnType>
139
139
</ReturnValue>
140
140
<Docs>
141
-
<summary>To be added.</summary>
142
-
<value>To be added.</value>
143
-
<remarks>To be added.</remarks>
141
+
<summary>Gets the unqualified name of the XML Schema element that represents a SOAP message for which .NET type mapping information is being provided.</summary>
142
+
<value>The unqualified name of the XML Schema element.</value>
143
+
<remarks>
144
+
<formattype="text/markdown"><![CDATA[
145
+
146
+
## Remarks
147
+
148
+
A SOAP message is defined in a Web Services Description Language (WSDL) document using the **message** element.
149
+
150
+
See the <xref:System.Xml.Serialization.XmlMembersMapping> class for the conditions under which the `ElementName` property refers to a code entity defined in a Web service method (a parameter or return value) instead of to an extra parent or wrapper element.
151
+
152
+
]]></format>
153
+
</remarks>
154
+
<forInternalUseOnly />
144
155
</Docs>
145
156
</Member>
146
157
<MemberMemberName="Item">
@@ -321,4 +332,4 @@ A SOAP message is defined in a Web Services Description Language (WSDL) document
0 commit comments