CatalogLocation.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="CatalogLocation" FullName="System.Data.Common.CatalogLocation">
  3. <TypeSignature Language="C#" Value="public enum CatalogLocation" />
  4. <AssemblyInfo>
  5. <AssemblyName>System.Data</AssemblyName>
  6. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  7. </AssemblyInfo>
  8. <Base>
  9. <BaseTypeName>System.Enum</BaseTypeName>
  10. </Base>
  11. <Docs>
  12. <remarks>To be added.</remarks>
  13. <since version=".NET 2.0" />
  14. <summary>
  15. <attribution license="cc4" from="Microsoft" modified="false" />
  16. <para>Indicates the position of the catalog name in a qualified table name in a text command. </para>
  17. </summary>
  18. </Docs>
  19. <Members>
  20. <Member MemberName="End">
  21. <MemberSignature Language="C#" Value="End" />
  22. <MemberType>Field</MemberType>
  23. <ReturnValue>
  24. <ReturnType>System.Data.Common.CatalogLocation</ReturnType>
  25. </ReturnValue>
  26. <Docs>
  27. <since version=".NET 2.0" />
  28. <remarks>
  29. <attribution license="cc4" from="Microsoft" modified="false" />
  30. <para>The value of this field and the value of the <see cref="F:System.Data.Common.CatalogLocation.Start" /> field are mutually exclusive.</para>
  31. </remarks>
  32. <summary>
  33. <attribution license="cc4" from="Microsoft" modified="false" />
  34. <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>
  35. </summary>
  36. </Docs>
  37. <AssemblyInfo>
  38. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  39. </AssemblyInfo>
  40. </Member>
  41. <Member MemberName="Start">
  42. <MemberSignature Language="C#" Value="Start" />
  43. <MemberType>Field</MemberType>
  44. <ReturnValue>
  45. <ReturnType>System.Data.Common.CatalogLocation</ReturnType>
  46. </ReturnValue>
  47. <Docs>
  48. <since version=".NET 2.0" />
  49. <remarks>
  50. <attribution license="cc4" from="Microsoft" modified="false" />
  51. <para>The value of this field and the value of the <see cref="F:System.Data.Common.CatalogLocation.End" /> field are mutually exclusive. </para>
  52. </remarks>
  53. <summary>
  54. <attribution license="cc4" from="Microsoft" modified="false" />
  55. <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>
  56. </summary>
  57. </Docs>
  58. <AssemblyInfo>
  59. <AssemblyVersion>2.0.0.0</AssemblyVersion>
  60. </AssemblyInfo>
  61. </Member>
  62. </Members>
  63. </Type>