Skip to content

Commit a1e5a1f

Browse files
committed
IList looks like the correct namespace
Update namespace
1 parent 42611b5 commit a1e5a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlBatch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The following example creates a <xref:Microsoft.Data.SqlClient.SqlConnection> an
133133
<Commands>
134134
<summary>
135135
The list of commands contained in the batch in a
136-
<see cref="T:System.Collections.Generic.List"/> of
136+
<see cref="T:System.Collections.Generic.IList"/> of
137137
<see cref="T:Microsoft.Data.SqlClient.SqlBatchCommand"/> objects.
138138
</summary>
139139
<remarks>

0 commit comments

Comments
 (0)