Skip to content

Commit 8a2bc26

Browse files
authored
Merge pull request #3385 from JosephAmalfitanoSSA/master
Added unit of measurement (seconds) to various timeout properties
2 parents 79b867e + c7b6c20 commit 8a2bc26

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

xml/System.Data.Common/DbCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
<ReturnType>System.Int32</ReturnType>
207207
</ReturnValue>
208208
<Docs>
209-
<summary>When overridden in a derived class, gets or sets the wait time before terminating the attempt to execute a command and generating an error.</summary>
209+
<summary>When overridden in a derived class, gets or sets the wait time (in seconds) before terminating the attempt to execute a command and generating an error.</summary>
210210
<value>The time in seconds to wait for the command to execute.</value>
211211
<remarks>
212212
<format type="text/markdown"><![CDATA[

xml/System.Data.Common/DbConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
<ReturnType>System.Int32</ReturnType>
641641
</ReturnValue>
642642
<Docs>
643-
<summary>Gets the time to wait while establishing a connection before terminating the attempt and generating an error.</summary>
643+
<summary>Gets the time to wait (in seconds) while establishing a connection before terminating the attempt and generating an error.</summary>
644644
<value>The time (in seconds) to wait for a connection to open. The default value is determined by the specific type of connection that you are using.</value>
645645
<remarks>To be added.</remarks>
646646
<related type="Article" href="~/docs/framework/data/adonet/ado-net-overview.md">ADO.NET Overview</related>

xml/System.Data.Odbc/OdbcCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ SELECT * FROM Customers WHERE CustomerID = ?
441441
<ReturnType>System.Int32</ReturnType>
442442
</ReturnValue>
443443
<Docs>
444-
<summary>Gets or sets the wait time before terminating an attempt to execute a command and generating an error.</summary>
444+
<summary>Gets or sets the wait time (in seconds) before terminating an attempt to execute a command and generating an error.</summary>
445445
<value>The time in seconds to wait for the command to execute. The default is 30 seconds.</value>
446446
<remarks>
447447
<format type="text/markdown"><![CDATA[

xml/System.Data.Odbc/OdbcConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ driver-defined-attribute-keyword ::= identifier
580580
<ReturnType>System.Int32</ReturnType>
581581
</ReturnValue>
582582
<Docs>
583-
<summary>Gets or sets the time to wait while trying to establish a connection before terminating the attempt and generating an error.</summary>
583+
<summary>Gets or sets the time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error.</summary>
584584
<value>The time in seconds to wait for a connection to open. The default value is 15 seconds.</value>
585585
<remarks>
586586
<format type="text/markdown"><![CDATA[

xml/System.Data.OleDb/OleDbCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
<ReturnType>System.Int32</ReturnType>
504504
</ReturnValue>
505505
<Docs>
506-
<summary>Gets or sets the wait time before terminating an attempt to execute a command and generating an error.</summary>
506+
<summary>Gets or sets the wait time (in seconds) before terminating an attempt to execute a command and generating an error.</summary>
507507
<value>The time (in seconds) to wait for the command to execute. The default is 30 seconds.</value>
508508
<remarks>
509509
<format type="text/markdown"><![CDATA[

xml/System.Data.OleDb/OleDbConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@
593593
<ReturnType>System.Int32</ReturnType>
594594
</ReturnValue>
595595
<Docs>
596-
<summary>Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.</summary>
596+
<summary>Gets the time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error.</summary>
597597
<value>The time in seconds to wait for a connection to open. The default value is 15 seconds.</value>
598598
<remarks>
599599
<format type="text/markdown"><![CDATA[

xml/System.Data.OracleClient/OracleCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ SELECT * FROM Customers WHERE CustomerID = :pCustomerID
407407
<ReturnType>System.Int32</ReturnType>
408408
</ReturnValue>
409409
<Docs>
410-
<summary>Gets or sets the wait time before terminating the attempt to execute a command and generating an error.</summary>
410+
<summary>Gets or sets the wait time (in seconds) before terminating the attempt to execute a command and generating an error.</summary>
411411
<value>The time (in seconds) to wait for the command to execute. The default value is 30 seconds.</value>
412412
<remarks>
413413
<format type="text/markdown"><![CDATA[

xml/System.Data.SqlClient/SqlCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ SELECT * FROM dbo.Customers WHERE CustomerID = @CustomerID
16941694
<ReturnType>System.Int32</ReturnType>
16951695
</ReturnValue>
16961696
<Docs>
1697-
<summary>Gets or sets the wait time before terminating the attempt to execute a command and generating an error.</summary>
1697+
<summary>Gets or sets the wait time (in seconds) before terminating the attempt to execute a command and generating an error.</summary>
16981698
<value>The time in seconds to wait for the command to execute. The default is 30 seconds.</value>
16991699
<remarks>
17001700
<format type="text/markdown"><![CDATA[

xml/System.Data.SqlClient/SqlConnection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1427,7 +1427,7 @@ The connection string contains <see langword="Context Connection=true" />.
14271427
<ReturnType>System.Int32</ReturnType>
14281428
</ReturnValue>
14291429
<Docs>
1430-
<summary>Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error.</summary>
1430+
<summary>Gets the time to wait (in seconds) while trying to establish a connection before terminating the attempt and generating an error.</summary>
14311431
<value>The time (in seconds) to wait for a connection to open. The default value is 15 seconds.</value>
14321432
<remarks>
14331433
<format type="text/markdown"><![CDATA[

xml/System.Data/IDbCommand.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<ReturnType>System.Int32</ReturnType>
208208
</ReturnValue>
209209
<Docs>
210-
<summary>Gets or sets the wait time before terminating the attempt to execute a command and generating an error.</summary>
210+
<summary>Gets or sets the wait time (in seconds) before terminating the attempt to execute a command and generating an error.</summary>
211211
<value>The time (in seconds) to wait for the command to execute. The default value is 30 seconds.</value>
212212
<remarks>
213213
<format type="text/markdown"><![CDATA[

0 commit comments

Comments
 (0)