Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

174 lines
6.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="OleDbMetaDataCollectionNames" FullName="System.Data.OleDb.OleDbMetaDataCollectionNames">
<TypeSignature Language="C#" Value="public static class OleDbMetaDataCollectionNames" />
<AssemblyInfo>
<AssemblyName>System.Data</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides a list of constants for use with the GetSchema method to retrieve metadata collections.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Catalogs">
<MemberSignature Language="C#" Value="public static readonly string Catalogs;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Catalogs collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Collations">
<MemberSignature Language="C#" Value="public static readonly string Collations;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Collations collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Columns">
<MemberSignature Language="C#" Value="public static readonly string Columns;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Columns collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Indexes">
<MemberSignature Language="C#" Value="public static readonly string Indexes;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Indexes collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ProcedureColumns">
<MemberSignature Language="C#" Value="public static readonly string ProcedureColumns;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the ProcedureColumns collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="ProcedureParameters">
<MemberSignature Language="C#" Value="public static readonly string ProcedureParameters;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the ProcedureParameters collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Procedures">
<MemberSignature Language="C#" Value="public static readonly string Procedures;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Procedures collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Tables">
<MemberSignature Language="C#" Value="public static readonly string Tables;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Tables collection.</para>
</summary>
</Docs>
</Member>
<Member MemberName="Views">
<MemberSignature Language="C#" Value="public static readonly string Views;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>A constant for use with the GetSchema method that represents the Views collection. </para>
</summary>
</Docs>
</Member>
</Members>
</Type>