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.Common/DbCommand.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@
206
206
<ReturnType>System.Int32</ReturnType>
207
207
</ReturnValue>
208
208
<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>
210
210
<value>The time in seconds to wait for the command to execute.</value>
Copy file name to clipboardExpand all lines: xml/System.Data.Common/DbConnection.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -640,7 +640,7 @@
640
640
<ReturnType>System.Int32</ReturnType>
641
641
</ReturnValue>
642
642
<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>
644
644
<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>
<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>
584
584
<value>The time in seconds to wait for a connection to open. The default value is 15 seconds.</value>
0 commit comments