Skip to content

Commit d3add67

Browse files
committed
Moving Microsoft.SqlServer.Server to SqlClient
1 parent dd0b1f3 commit d3add67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

xml/_filter.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<filter>
3+
<apiFilter apply="true">
4+
<namespaceFilter name="Microsoft.SqlServer.Server">
5+
<typeFilter name="*" expose="false" />
6+
</namespaceFilter>
7+
</apiFilter>
38
<attributeFilter apply="true">
49
<!-- Most attributes in System.ComponentModel control designer behavior. Don't show them. -->
510
<!-- The exceptions are attributes relating to data binding. Do show them. -->

0 commit comments

Comments
 (0)