|
1 | 1 | <docs>
|
2 |
| - <members name="SqlClientMetaDataCollectionNames"> |
3 |
| - <SqlClientMetaDataCollectionNames> |
4 |
| - <summary>Provides a list of constants for use with the **GetSchema** method to retrieve metadata collections.</summary> |
5 |
| - <remarks>To be added.</remarks> |
6 |
| - </SqlClientMetaDataCollectionNames> |
7 |
| - <Columns> |
8 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Columns** collection.</summary> |
9 |
| - <remarks>To be added.</remarks> |
10 |
| - </Columns> |
11 |
| - <Databases> |
12 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Databases** collection.</summary> |
13 |
| - <remarks>To be added.</remarks> |
14 |
| - </Databases> |
15 |
| - <ForeignKeys> |
16 |
| - <summary>A constant for use with the **GetSchema** method that represents the **ForeignKeys** collection.</summary> |
17 |
| - <remarks>To be added.</remarks> |
18 |
| - </ForeignKeys> |
19 |
| - <IndexColumns> |
20 |
| - <summary>A constant for use with the **GetSchema** method that represents the **IndexColumns** collection.</summary> |
21 |
| - <remarks>To be added.</remarks> |
22 |
| - </IndexColumns> |
23 |
| - <Indexes> |
24 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Indexes** collection.</summary> |
25 |
| - <remarks>To be added.</remarks> |
26 |
| - </Indexes> |
27 |
| - <ProcedureParameters> |
28 |
| - <summary>A constant for use with the **GetSchema** method that represents the **ProcedureParameters** collection.</summary> |
29 |
| - <remarks>To be added.</remarks> |
30 |
| - </ProcedureParameters> |
31 |
| - <Procedures> |
32 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Procedures** collection.</summary> |
33 |
| - <remarks>To be added.</remarks> |
34 |
| - </Procedures> |
35 |
| - <Tables> |
36 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Tables** collection.</summary> |
37 |
| - <remarks>To be added.</remarks> |
38 |
| - </Tables> |
39 |
| - <UserDefinedTypes> |
40 |
| - <summary>A constant for use with the **GetSchema** method that represents the **UserDefinedTypes** collection.</summary> |
41 |
| - <remarks>To be added.</remarks> |
42 |
| - </UserDefinedTypes> |
43 |
| - <Users> |
44 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Users** collection.</summary> |
45 |
| - <remarks>To be added.</remarks> |
46 |
| - </Users> |
47 |
| - <ViewColumns> |
48 |
| - <summary>A constant for use with the **GetSchema** method that represents the **ViewColumns** collection.</summary> |
49 |
| - <remarks>To be added.</remarks> |
50 |
| - </ViewColumns> |
51 |
| - <Views> |
52 |
| - <summary>A constant for use with the **GetSchema** method that represents the **Views** collection.</summary> |
53 |
| - <remarks>To be added.</remarks> |
54 |
| - </Views> |
55 |
| - <AllColumns> |
56 |
| - <summary>A constant for use with the **GetSchema** method that represents the **AllColumns** collection.</summary> |
57 |
| - <remarks>To be added.</remarks> |
58 |
| - </AllColumns> |
59 |
| - <ColumnSetColumns> |
60 |
| - <summary>A constant for use with the **GetSchema** method that represents the **ColumnSetColumns** collection.</summary> |
61 |
| - <remarks>To be added.</remarks> |
62 |
| - </ColumnSetColumns> |
63 |
| - <StructuredTypeMembers> |
64 |
| - <summary>A constant for use with the **GetSchema** method that represents the **StructuredTypeMembers** collection.</summary> |
65 |
| - <remarks>To be added.</remarks> |
66 |
| - </StructuredTypeMembers> |
67 |
| - </members> |
| 2 | + <members name="SqlClientMetaDataCollectionNames"> |
| 3 | + <SqlClientMetaDataCollectionNames> |
| 4 | + <summary> |
| 5 | + Provides a list of constants for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method to retrieve metadata collections. |
| 6 | + </summary> |
| 7 | + </SqlClientMetaDataCollectionNames> |
| 8 | + <Columns> |
| 9 | + <summary> |
| 10 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Columns</b> collection. |
| 11 | + </summary> |
| 12 | + </Columns> |
| 13 | + <Databases> |
| 14 | + <summary> |
| 15 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Databases</b> collection. |
| 16 | + </summary> |
| 17 | + </Databases> |
| 18 | + <ForeignKeys> |
| 19 | + <summary> |
| 20 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>ForeignKeys</b> collection. |
| 21 | + </summary> |
| 22 | + </ForeignKeys> |
| 23 | + <IndexColumns> |
| 24 | + <summary> |
| 25 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>IndexColumns</b> collection. |
| 26 | + </summary> |
| 27 | + </IndexColumns> |
| 28 | + <Indexes> |
| 29 | + <summary> |
| 30 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Indexes</b> collection. |
| 31 | + </summary> |
| 32 | + </Indexes> |
| 33 | + <ProcedureParameters> |
| 34 | + <summary> |
| 35 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>ProcedureParameters</b> collection. |
| 36 | + </summary> |
| 37 | + </ProcedureParameters> |
| 38 | + <Procedures> |
| 39 | + <summary> |
| 40 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Procedures</b> collection. |
| 41 | + </summary> |
| 42 | + </Procedures> |
| 43 | + <Tables> |
| 44 | + <summary> |
| 45 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Tables</b> collection. |
| 46 | + </summary> |
| 47 | + </Tables> |
| 48 | + <UserDefinedTypes> |
| 49 | + <summary> |
| 50 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>UserDefinedTypes</b> collection. |
| 51 | + </summary> |
| 52 | + </UserDefinedTypes> |
| 53 | + <Users> |
| 54 | + <summary> |
| 55 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Users</b> collection. |
| 56 | + </summary> |
| 57 | + </Users> |
| 58 | + <ViewColumns> |
| 59 | + <summary> |
| 60 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>ViewColumns</b> collection. |
| 61 | + </summary> |
| 62 | + </ViewColumns> |
| 63 | + <Views> |
| 64 | + <summary> |
| 65 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>Views</b> collection. |
| 66 | + </summary> |
| 67 | + </Views> |
| 68 | + <AllColumns> |
| 69 | + <summary> |
| 70 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>AllColumns</b> collection. |
| 71 | + </summary> |
| 72 | + </AllColumns> |
| 73 | + <ColumnSetColumns> |
| 74 | + <summary> |
| 75 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>ColumnSetColumns</b> collection. |
| 76 | + </summary> |
| 77 | + </ColumnSetColumns> |
| 78 | + <StructuredTypeMembers> |
| 79 | + <summary> |
| 80 | + A constant for use with the <see cref="M:Microsoft.Data.SqlClient.SqlConnection.GetSchema(System.String)" /> method that represents the <b>StructuredTypeMembers</b> collection. |
| 81 | + </summary> |
| 82 | + </StructuredTypeMembers> |
| 83 | + </members> |
68 | 84 | </docs>
|
0 commit comments