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.ComponentModel.DataAnnotations/ValidationAttribute.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,7 @@
32
32
33
33
]]></format>
34
34
</remarks>
35
-
<exceptioncref="T:System.ComponentModel.DataAnnotations.ValidationException">The <seecref="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessageResourceType" /> and <seecref="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessageResourceName" /> properties for localized error message are set at the same time that the non-localized <seecref="P:System.ComponentModel.DataAnnotations.ValidationAttribute.ErrorMessage" /> property error message is set.</exception>
36
-
<relatedtype="Article"href="https://msdn.microsoft.com/library/ef99e518-f112-4797-bf9c-79f4ceb466ea">How to: Customize Data Field Validation in the Data Model Using Custom Attributes</related>
35
+
<relatedtype="Article"href="https://docs.microsoft.com/previous-versions/aspnet/cc668224(v=vs.100)">How to: Customize Data Field Validation in the Data Model Using Custom Attributes</related>
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
@@ -1497,7 +1497,7 @@
1497
1497
<Docs>
1498
1498
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="P:System.Threading.CancellationToken.None" />.</param>
1499
1499
<summary>Asynchronously creates a prepared (or compiled) version of the command on the data source.</summary>
1500
-
<returns>A <seecref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
1500
+
<returns>A <seecref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
1104
1104
<exceptioncref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
1105
-
<exceptioncref="T:System.InvalidCastException">
1106
-
The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
1105
+
<exceptioncref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
1189
1188
<exceptioncref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
1190
-
<exceptioncref="T:System.InvalidCastException">
1191
-
The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
1189
+
<exceptioncref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
There was an asynchronous operation in progress. This applies to all Get_*_ methods when running in sequential mode, as they could be called while reading a stream.</exception>
1267
1265
<exceptioncref="T:System.IndexOutOfRangeException">The column index is out of range.</exception>
1268
-
<exceptioncref="T:System.InvalidCastException">
1269
-
The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
1266
+
<exceptioncref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
<paramname="ordinal">The zero-based column to be retrieved.</param>
2235
2232
<summary>Asynchronously gets a value that indicates whether the column contains non-existent or missing values.</summary>
2236
-
<returns>
2237
-
A <seecref="T:System.Threading.Tasks.Task`1" /> whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is <seelangword="true" /> if the specified column value is equivalent to <seelangword="DBNull" /> or <seelangword="false" /> if it is not.</returns>
2233
+
<returns>A <seecref="T:System.Threading.Tasks.Task`1" /> whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is <seelangword="true" /> if the specified column value is equivalent to <seelangword="DBNull" /> or <seelangword="false" /> if it is not.</returns>
<paramname="ordinal">The zero-based column to be retrieved.</param>
2306
2302
<paramname="cancellationToken">A token to cancel the asynchronous operation.</param>
2307
2303
<summary>Asynchronously gets a value that indicates whether the column contains non-existent or missing values.</summary>
2308
-
<returns>
2309
-
A <seecref="T:System.Threading.Tasks.Task`1" /> whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is <seelangword="true" /> if the specified column value is equivalent to <seelangword="DBNull" /> or <seelangword="false" /> if it is not.</returns>
2304
+
<returns>A <seecref="T:System.Threading.Tasks.Task`1" /> whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is <seelangword="true" /> if the specified column value is equivalent to <seelangword="DBNull" /> or <seelangword="false" /> if it is not.</returns>
Copy file name to clipboardExpand all lines: xml/System.Data.Common/DbTransaction.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@
140
140
<Docs>
141
141
<paramname="cancellationToken">An optional token to cancel the asynchronous operation. The default value is <seecref="P:System.Threading.CancellationToken.None" />.</param>
142
142
<summary>Asynchronously commits the database transaction.</summary>
143
-
<returns>A <seecref="P:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
143
+
<returns>A <seecref="T:System.Threading.Tasks.Task" /> representing the asynchronous operation.</returns>
Copy file name to clipboardExpand all lines: xml/System.Data/DataReaderExtensions.xml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -465,8 +465,7 @@
465
465
466
466
There was an asynchronous operation in progress. This applies to all Get* methods when running in sequential mode, as they could be called while reading a stream.</exception>
467
467
<exceptioncref="T:System.IndexOutOfRangeException">The name specified is not a valid column name.</exception>
468
-
<exceptioncref="T:System.InvalidCastException">
469
-
The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
468
+
<exceptioncref="T:System.InvalidCastException">The value returned by the database doesn't match or cannot be cast to <typeparamrefname="T" />.</exception>
470
469
</Docs>
471
470
</Member>
472
471
<MemberMemberName="GetFieldValueAsync<T>">
@@ -1032,8 +1031,7 @@
1032
1031
<paramname="name">The name of the column.</param>
1033
1032
<paramname="cancellationToken">An optional token to cancel the asynchronous operation.</param>
1034
1033
<summary>Asynchronously gets a value that indicates whether the column contains non-existent or missing values.</summary>
1035
-
<returns>
1036
-
A <seecref="T:System.Threading.Tasks.Task`1" /> whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is <seelangword="true" /> if the specified column value is equivalent to <seelangword="DBNull" /> or <seelangword="false" /> if it is not.</returns>
1034
+
<returns>A <seecref="T:System.Threading.Tasks.Task`1" /> whose <seecref="P:System.Threading.Tasks.Task`1.Result" /> property is <seelangword="true" /> if the specified column value is equivalent to <seelangword="DBNull" /> or <seelangword="false" /> if it is not.</returns>
Copy file name to clipboardExpand all lines: xml/System.IO.Enumeration/FileSystemName.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
<paramname="name">The name to check against the expression.</param>
85
85
<paramname="ignoreCase">
86
86
<seelangword="true" /> to ignore case (default), <seelangword="false" /> if the match should be case-sensitive.</param>
87
-
<summary>Verifies if the given Win32 expression matches the given name. Supports the following wildcards: '*', '?', '<', '>', '"'. The backslash character '\' escapes.</summary>
87
+
<summary>Verifies if the given Win32 expression matches the given name. Supports the following wildcards: '*', '?', '<', '>', '"'. The backslash character '\' escapes.</summary>
88
88
<returns>
89
89
<seelangword="true" /> if the given expression matches the given name; otherwise, <seelangword="false" />.</returns>
<paramrefname="path" /> is a zero-length string, contains only white space, or contains one or more invalid characters. You can query for invalid characters with the <seecref="M:System.IO.Path.GetInvalidPathChars" /> method.
3107
3107
3108
-
-or-
3108
+
-or-
3109
3109
3110
-
<paramrefname="searchPattern" /> does not contain a valid pattern.</exception>
3110
+
<paramrefname="searchPattern" /> does not contain a valid pattern.</exception>
3111
3111
<exceptioncref="T:System.ArgumentNullException">
3112
3112
<paramrefname="path" /> or <paramrefname="searchPattern" /> is <seelangword="null" />.</exception>
3113
3113
<exceptioncref="T:System.IO.PathTooLongException">The specified path, file name, or both exceed the system-defined maximum length.</exception>
0 commit comments