| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="utf-8"?>
- <Type Name="CatalogLocation" FullName="System.Data.Common.CatalogLocation">
- <TypeSignature Language="C#" Value="public enum CatalogLocation" />
- <AssemblyInfo>
- <AssemblyName>System.Data</AssemblyName>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Enum</BaseTypeName>
- </Base>
- <Docs>
- <remarks>To be added.</remarks>
- <since version=".NET 2.0" />
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Indicates the position of the catalog name in a qualified table name in a text command. </para>
- </summary>
- </Docs>
- <Members>
- <Member MemberName="End">
- <MemberSignature Language="C#" Value="End" />
- <MemberType>Field</MemberType>
- <ReturnValue>
- <ReturnType>System.Data.Common.CatalogLocation</ReturnType>
- </ReturnValue>
- <Docs>
- <since version=".NET 2.0" />
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The value of this field and the value of the <see cref="F:System.Data.Common.CatalogLocation.Start" /> field are mutually exclusive.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Indicates that the position of the catalog name occurs after the schema portion of a fully qualified table name in a text command.</para>
- </summary>
- </Docs>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- </Member>
- <Member MemberName="Start">
- <MemberSignature Language="C#" Value="Start" />
- <MemberType>Field</MemberType>
- <ReturnValue>
- <ReturnType>System.Data.Common.CatalogLocation</ReturnType>
- </ReturnValue>
- <Docs>
- <since version=".NET 2.0" />
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>The value of this field and the value of the <see cref="F:System.Data.Common.CatalogLocation.End" /> field are mutually exclusive. </para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Indicates that the position of the catalog name occurs before the schema portion of a fully qualified table name in a text command.</para>
- </summary>
- </Docs>
- <AssemblyInfo>
- <AssemblyVersion>2.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- </Member>
- </Members>
- </Type>
|