[CLOSED] [1.0] Store ReaderID property

  1. #1

    [CLOSED] [1.0] Store ReaderID property

    Hi Vlad,

    sorry, I'm testing v 1.0 and have got several questions.

    I used this code before - C#:

    
    store.Reader.Reader.ReaderID = dc.Caption;
    so I tried this, is it correct?

    
    ((JsonReader)store.Reader.Reader).IDProperty = dc.Caption;
    The ReaderID is no more available. There is a "IDField" property that is ReadOnly.

    Thanx

    Matteo
  2. #2

    RE: [CLOSED] [1.0] Store ReaderID property

    Hi,

    Yes, in 1.0 there are few changes:


    1. ArrayReader - IDIndex or IDProperty
    2. JsonReader - IDProperty
    3. XmlReader - IDPath
  3. #3

    RE: [CLOSED] [1.0] Store ReaderID property

    ok thank you

    Matteo

Similar Threads

  1. Replies: 3
    Last Post: May 26, 2011, 5:18 AM
  2. [CLOSED] ReaderID in ArrayReader
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 13, 2009, 3:15 PM
  3. Replies: 1
    Last Post: Jun 17, 2009, 4:47 PM
  4. GridPanel - Select Row Other than by ReaderID
    By Tbaseflug in forum 1.x Help
    Replies: 2
    Last Post: Jun 05, 2009, 12:33 AM
  5. [CLOSED] row select client side based on readerid
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 11, 2008, 11:24 AM

Posting Permissions