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
Copy file name to clipboardExpand all lines: xml/System.Data.SqlClient/SqlConnection.xml
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -887,7 +887,7 @@ End Module
887
887
<paramname="connectionString">The connection string that contains enough information to connect to a server. The connection string should not use any of the following connection string keywords: <seelangword="Integrated Security = true" />, <seelangword="UserId" />, or <seelangword="Password" />; or <seelangword="ContextConnection = true" />.</param>
<paramname="newPassword">The new password.<paramrefname="newPassword" /> must be read only. The password must also comply with any password security policy set on the server (for example, minimum length and requirements for specific characters).</param>
890
-
<paramname="newSecurePassword">To be added.</param>
890
+
<paramname="newSecurePassword">The new password. <paramrefname="newSecurePassword" /> must be read only. The password must also comply with any password security policy set on the server (for example, minimum length and requirements for specific characters).</param>
891
891
<summary>Changes the SQL Server password for the user indicated in the <seecref="T:System.Data.SqlClient.SqlCredential" /> object.</summary>
892
892
<remarks>To be added.</remarks>
893
893
<exceptioncref="T:System.ArgumentException">The connection string contains any combination of <seelangword="UserId" />, <seelangword="Password" />, or <seelangword="Integrated Security=true" />.
<summary>Gets the <seecref="T:System.Type" /> that is the data type of the object.</summary>
1094
1094
<returns>The <seecref="T:System.Type" /> that is the data type of the object. If the type does not exist on the client, in the case of a User-Defined Type (UDT) returned from the database, **GetFieldType** returns null.</returns>
1095
-
<remarks>To be added.</remarks>
1095
+
<remarks>
1096
+
<formattype="text/markdown"><![CDATA[
1097
+
1098
+
## Remarks
1099
+
1100
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.Data.SqlClient.SqlDataReader> instance is cast to an <xref:System.Data.IDataRecord> interface.
1101
+
1102
+
This information can be used to increase performance by indicating the strongly-typed accessor to call. (for example, using `GetInt32` is roughly ten times faster than using `GetValue`.)
1103
+
1104
+
]]></format>
1105
+
</remarks>
1096
1106
<relatedtype="Article"href="~/docs/framework/data/adonet/dataadapters-and-datareaders.md">DataAdapters and DataReaders (ADO.NET)</related>
1097
1107
<relatedtype="Article"href="~/docs/framework/data/adonet/sql/index.md">SQL Server and ADO.NET</related>
0 commit comments