about index

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tony Johansson

    about index

    Hello!

    Is there are general agreement in .NET that the documentation about index is
    item used for
    example myDataSet.Table s["Customers"].Rows[9][CompanyName"]

    Here if you look at the documentation about DataTable and item
    this is actually the usage with index like ["Customers"]

    //Tony


  • Peter Duniho

    #2
    Re: about index

    On Wed, 20 Aug 2008 00:05:49 -0700, Tony Johansson
    <johansson.ande rsson@telia.com wrote:
    Hello!
    >
    Is there are general agreement in .NET that the documentation about
    index is
    item used for
    example myDataSet.Table s["Customers"].Rows[9][CompanyName"]
    Can you rephrase the question? The sentence above isn't grammatically
    correct, and I'm having difficulty figuring out the meaning.

    My best guess is that you're asking if the Item property maps to the
    indexer. If so, the answer is yes. If not, then please rephrase the
    question, trying harder to stick to correct English this time (assuming
    you want English-speaking people to respond :) ).

    Pete

    Comment

    • Tony Johansson

      #3
      Re: about index

      Hello!

      Yes you guessed correct.

      //Tony

      "Tony Johansson" <johansson.ande rsson@telia.com skrev i meddelandet
      news:uj%23RaGpA JHA.4992@TK2MSF TNGP06.phx.gbl. ..
      Hello!
      >
      Is there are general agreement in .NET that the documentation about index
      is
      item used for
      example myDataSet.Table s["Customers"].Rows[9][CompanyName"]
      >
      Here if you look at the documentation about DataTable and item
      this is actually the usage with index like ["Customers"]
      >
      //Tony
      >
      >

      Comment

      Working...