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

63 lines
2.5 KiB
XML

<?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>