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.Linq/DataContext.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -216,13 +216,13 @@
216
216
<ReturnType>System.Int32</ReturnType>
217
217
</ReturnValue>
218
218
<Docs>
219
-
<summary>Gets or sets a value that increases the time-out period for queries that would otherwise time out during the default time-out period.</summary>
220
-
<value>An integer value that increases the time-out period for queries that would otherwise time out during the default time-out period.</value>
219
+
<summary>Gets or sets a value that increases the time-out period (in seconds) for queries that would otherwise time out during the default time-out period.</summary>
220
+
<value>An integer value that increases the time-out period (in seconds) for queries that would otherwise time out during the default time-out period.</value>
221
221
<remarks>
222
222
<formattype="text/markdown"><![CDATA[
223
223
224
224
## Remarks
225
-
This property gets or sets the command time-out used to execute generated commands (`IDbCommands`). For more information, see <xref:System.Data.IDbCommand.CommandTimeout%2A>.
225
+
This property gets or sets the command time-out (in seconds) used to execute generated commands (`IDbCommands`). For more information, see <xref:System.Data.IDbCommand.CommandTimeout%2A>.
226
226
227
227
When this property is not set, the default value of <xref:System.Data.IDbCommand.CommandTimeout%2A> is used for query command execution. This default value is set by the storage provider. Note that some providers may throw exceptions if this value is set to a non-zero value.
228
228
@@ -1628,4 +1628,4 @@ public IEnumerable<T> Translate<T>(IDataReader reader) {}
0 commit comments